]> granicus.if.org Git - icu/commitdiff
ICU-20119 63rc BRS, update ICU4C numberformattestspecification.txt for J versions
authorPeter Edberg <pedberg@apple.com>
Fri, 21 Sep 2018 21:31:25 +0000 (14:31 -0700)
committerShane Carr <shane@unicode.org>
Thu, 27 Sep 2018 21:27:41 +0000 (14:27 -0700)
icu4c/source/test/testdata/numberformattestspecification.txt

index 49bf54900e4f5301a63d63199f0797303741b200..6ff99a8f2018644d876bf4d68da1b41685be9b3d 100644 (file)
@@ -32,15 +32,16 @@ test basic patterns
 set locale fr_FR
 set format 1234.567
 begin
-pattern        output
-#,##0.##       1\u202f234,57
+pattern        output  breaks
+// K does not use \u202f narrow space
+#,##0.##       1\u202f234,57   K
 0.##   1234,57
 0      1235
-#,##0.###      1\u202f234,567
+#,##0.###      1\u202f234,567  K
 ###0.######    1234,567
 ###0.0000#     1234,5670
 00000.0000     01234,5670
-#,##0.00 \u00a4        1\u202f234,57 \u20ac
+#,##0.00 \u00a4        1\u202f234,57 \u20ac    K
 'tick''bitten '0.00    tick'bitten 1234,57
 'tick' 'bitten '0.00   tick bitten 1234,57