]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/testdata/NumberFormatTestCases.txt
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / test / testdata / NumberFormatTestCases.txt
index cf7496ce6775e71c76bbe0be7c62315d720173de..f46810bf01cad47631a2c146a5a12c9dffe0b39e 100644 (file)
@@ -1,4 +1,6 @@
-######################################################################
+# Copyright (C) 2016 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html
+######################################################################
 # Copyright (c) 2004-2011 International Business Machines
 # Corporation and others.  All Rights Reserved.
 ######################################################################
@@ -14,12 +16,12 @@ rt:  "0.###"  1.0         "1"
 # Basics
 fp:  "0.####" 0.10005     "0.1"        0.1
 fp:  -        0.10006     "0.1001"     0.1001
-pat: -        "#0.####"
+pat: -        "0.####"
 fp:  "#.####" 0.10005     "0.1"        0.1
-pat: -        "#0.####"
+pat: -        "0.####"
 
 rt:  "0"      1234        "1234"
-pat: -        "#0"
+pat: -        "0"
 
 # Significant digits                                                  
 fp:  "@@@"    1.234567    "1.23"       1.23
@@ -77,12 +79,12 @@ fpc: -              1234.56/JPY  "\u00A51,235"  1235/JPY
 # ISO codes that overlap display names (QQQ vs. Q)
 # recognize real ISO name in parsing, so, can not use fake name as QQQ
 #fpc: -              123/QQQ      "QQQ123.00"    123/QQQ   # QQQ is fake
-fpc: -              123/GTQ      "GTQ123.00"      123/GTQ
+fpc: -              123/GTQ      "GTQ 123.00"      123/GTQ
 # ChoiceFormat-based display names
 fpc: -              1/INR        "\u20b91.00"      1/INR
 fpc: -              2/INR        "\u20b92.00"      2/INR
 # Display names with shared prefix (YDD vs. Y)
-fpc: -              100/YDD      "YDD100.00"    100/YDD
+fpc: -              100/YDD      "YDD 100.00"    100/YDD
 fpc: -              100/CNY      "CN\u00a5100.00"      100/CNY
 
 # Regression Tests bug#7914