]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/testdata/NumberFormatTestCases.txt
ICU-461.12.tar.gz
[apple/icu.git] / icuSources / test / testdata / NumberFormatTestCases.txt
index 29d3af389f12cfc541249b0f56e2fa3eeaffc2a6..5e095f553838b1e04654497365dd26a1a98636da 100644 (file)
@@ -1,5 +1,5 @@
 ######################################################################
-# Copyright (c) 2004, 2008 International Business Machines
+# Copyright (c) 2004-2010 International Business Machines
 # Corporation and others.  All Rights Reserved.
 ######################################################################
 # Author: Alan Liu
@@ -75,11 +75,16 @@ rt:  ""       -123.456    "-123.456"
 fpc: "en_US"        1234.56/USD  "$1,234.56"    1234.56/USD
 fpc: -              1234.56/JPY  "\u00A51,235"  1235/JPY
 # ISO codes that overlap display names (QQQ vs. Q)
-fpc: -              123/QQQ      "QQQ123.00"    123/QQQ   # QQQ is fake
-fpc: -              123/GTQ      "Q123.00"      123/GTQ
+# 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
 # ChoiceFormat-based display names
-fpc: -              1/INR        "\u20a81.00"      1/INR
-fpc: -              2/INR        "\u20a82.00"      2/INR
+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/CNY      "RMB100.00"      100/CNY
+fpc: -              100/CNY      "CN\u00a5100.00"      100/CNY
+
+# Regression Tests bug#7914
+p: "#E00" "12E12" "12000000000000"
+p: "#####" "12E12" "12000000000000"