]> granicus.if.org Git - icu/commitdiff
ICU-13149 Minor review feedback for #13149
authorShane Carr <shane@unicode.org>
Wed, 21 Jun 2017 01:08:18 +0000 (01:08 +0000)
committerShane Carr <shane@unicode.org>
Wed, 21 Jun 2017 01:08:18 +0000 (01:08 +0000)
X-SVN-Rev: 40187

icu4c/source/test/intltest/numfmtst.cpp
icu4c/source/test/testdata/numberformattestspecification.txt
icu4j/main/tests/core/src/com/ibm/icu/dev/data/numberformattestspecification.txt

index 97a4833343314dace642725a6ec4bf50b863bb10..ec251f1b4835a436c9823945504a686bed40fa99 100644 (file)
@@ -233,7 +233,7 @@ static void adjustDecimalFormat(
         }
     }
     if (tuple.parseCaseSensitiveFlag) {
-        // TODO
+        // TODO: Fill this in when support is added in ICU4C
     }
 }
 
index 7e763681374b5af528fdfe80d67d2034a6a9be86..9fb934914b108de4aaa1a20c38d3f69b95c187bf 100644 (file)
@@ -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    
index 7e763681374b5af528fdfe80d67d2034a6a9be86..9fb934914b108de4aaa1a20c38d3f69b95c187bf 100644 (file)
@@ -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