mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
parent
c25183efdd
commit
cf6c47d6b7
3 changed files with 1 additions and 3 deletions
|
@ -233,7 +233,7 @@ static void adjustDecimalFormat(
|
|||
}
|
||||
}
|
||||
if (tuple.parseCaseSensitiveFlag) {
|
||||
// TODO
|
||||
// TODO: Fill this in when support is added in ICU4C
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -847,7 +847,6 @@ parse output breaks
|
|||
(65347.25) -65347.25
|
||||
(65,347.25) -65347.25
|
||||
// JDK does allow separators in the wrong place and parses as -5347.25
|
||||
// C parses as -65347.25?
|
||||
(53,47.25) fail K
|
||||
// strict requires prefix or suffix, except in C
|
||||
65,347.25 fail
|
||||
|
|
|
@ -847,7 +847,6 @@ parse output breaks
|
|||
(65347.25) -65347.25
|
||||
(65,347.25) -65347.25
|
||||
// JDK does allow separators in the wrong place and parses as -5347.25
|
||||
// C parses as -65347.25?
|
||||
(53,47.25) fail K
|
||||
// strict requires prefix or suffix, except in C
|
||||
65,347.25 fail
|
||||
|
|
Loading…
Add table
Reference in a new issue