Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(185)

Side by Side Diff: main/tests/core/src/com/ibm/icu/dev/test/format/NumberFormatTestCases.txt

Issue 329960043: ticket:13177 NumberFormat2 from Shane's branch Base URL: svn+ssh://source.icu-project.org/repos/icu/trunk/icu4j/
Patch Set: Created 6 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 ####################################################################### 1 #######################################################################
2 # Copyright (C) 2016 and later: Unicode, Inc. and others. 2 # Copyright (C) 2016 and later: Unicode, Inc. and others.
3 # License & terms of use: http://www.unicode.org/copyright.html#License 3 # License & terms of use: http://www.unicode.org/copyright.html#License
4 ####################################################################### 4 #######################################################################
5 ####################################################################### 5 #######################################################################
6 # Copyright (c) 2004, 2012 International Business Machines 6 # Copyright (c) 2004, 2012 International Business Machines
7 # Corporation and others. All Rights Reserved. 7 # Corporation and others. All Rights Reserved.
8 ####################################################################### 8 #######################################################################
9 # Author: Alan Liu 9 # Author: Alan Liu
10 # Created: March 15 2004 10 # Created: March 15 2004
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 # NumberRegression/Test4140009 75 # NumberRegression/Test4140009
76 rt: "" 123.456 "123.456" 76 rt: "" 123.456 "123.456"
77 rt: "" -123.456 "-123.456" 77 rt: "" -123.456 "-123.456"
78 78
79 # Currency 79 # Currency
80 fpc: "en_US" 1234.56/USD "$1,234.56" 1234.56/USD 80 fpc: "en_US" 1234.56/USD "$1,234.56" 1234.56/USD
81 fpc: - 1234.56/JPY "¥1,235" 1235/JPY 81 fpc: - 1234.56/JPY "¥1,235" 1235/JPY
82 # ISO codes that overlap display names (QQQ vs. Q) 82 # ISO codes that overlap display names (QQQ vs. Q)
83 # fake ISO code is not longer supported 83 # fake ISO code is not longer supported
84 # fpc: - 123/QQQ "QQQ123.00" 123/QQQ # QQQ is fake 84 # fpc: - 123/QQQ "QQQ123.00" 123/QQQ # QQQ is fake
85 fpc: - 123/GTQ "GTQ123.00" 123/GTQ 85 fpc: - 123/GTQ "GTQ 123.00" 123/GTQ
86 # ChoiceFormat-based display names 86 # ChoiceFormat-based display names
87 fpc: - 1/INR "₹1.00" 1/INR 87 fpc: - 1/INR "₹1.00" 1/INR
88 88
89 fpc: - 2/INR "₹2.00" 2/INR 89 fpc: - 2/INR "₹2.00" 2/INR
90 # Display names with shared prefix (YDD vs. Y) 90 # Display names with shared prefix (YDD vs. Y)
91 fpc: - 100/YDD "YDD100.00" 100/YDD 91 fpc: - 100/YDD "YDD 100.00" 100/YDD
92 fpc: - 100/CNY "CN¥100.00" 100/CNY 92 fpc: - 100/CNY "CN¥100.00" 100/CNY
93 93
94 # Lenient Tests 94 # Lenient Tests
95 95
96 loc= "en" 96 loc= "en"
97 p: - "1,234.56" 1234.56 97 p: - "1,234.56" 1234.56
98 p: - "1'234.56" 1234.56 98 p: - "1'234.56" 1234.56
99 p: - "1 234.56" 1234.56 99 p: - "1 234.56" 1234.56
100 p: - "1٬234.56" 1234.56 100 p: - "1٬234.56" 1234.56
101 p: - "1,234.56" 1234.56 101 p: - "1,234.56" 1234.56
(...skipping 16 matching lines...) Expand all
118 p: - "1234,56" 1234.56 118 p: - "1234,56" 1234.56
119 119
120 strict= true 120 strict= true
121 loc= "en" 121 loc= "en"
122 p: - "1、234。56" 1 122 p: - "1、234。56" 1
123 loc= "fr" 123 loc= "fr"
124 p: - "1。234、56" 1 124 p: - "1。234、56" 1
125 loc= "ar" 125 loc= "ar"
126 p: - "1234،56" 1234 126 p: - "1234،56" 1234
127 p: - "1234،56" 1234 127 p: - "1234،56" 1234
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b