[ 
https://issues.apache.org/jira/browse/DAFFODIL-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Beckerle reassigned DAFFODIL-847:
--------------------------------------

    Assignee: Mike Beckerle

> NotYetImplemented Exception for list of textStandardDecimalSeparator
> --------------------------------------------------------------------
>
>                 Key: DAFFODIL-847
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-847
>             Project: Daffodil
>          Issue Type: New Feature
>          Components: Diagnostics, Usability
>    Affects Versions: s11
>            Reporter: Jessie Chab
>            Assignee: Mike Beckerle
>            Priority: Minor
>              Labels: beginner
>
> According to the spec, textStandardDecimalSeparator "Defines a whitespace 
> separated list of single characters that appear (individually) in the data as 
> the decimal separator."
> I tried using a list and I get this error:
> {code}
> [error] Test 
> edu.illinois.ncsa.daffodil.section13.text_number_props.TestTextNumberProps.test_textStandardDecimalSeparator11
>  failed: edu.illinois.ncsa.daffodil.exceptions.NotYetImplementedException: 
> Not yet implemented: lists of textStandardDeciamalSeparator
> {code}
> I was curious about this error message since there're a typo in the property 
> name, so I snooped around in the source and came across this:
> {code}
>     // TODO: ICU only supports a single separator
>     Assert.notYetImplemented(dsl.length != 1, "lists of 
> textStandardDeciamalSeparator")
> {code}
> I looked through the most recent errata and spec and saw no mention of this.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to