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

Unified Diff: icu4c/source/test/testdata/numberformattestspecification.txt

Issue 347730043: ticket:13634 Full merge of branch to trunk. Base URL: svn+icussh://source.icu-project.org/repos/icu/trunk/
Patch Set: Adding locale long name parsing as alternative to currency data parsing. Test cases are passing ag… Created 5 years, 10 months ago
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 side-by-side diff with in-line comments
Download patch
Index: icu4c/source/test/testdata/numberformattestspecification.txt
===================================================================
--- icu4c/source/test/testdata/numberformattestspecification.txt (revision 41389)
+++ icu4c/source/test/testdata/numberformattestspecification.txt (working copy)
@@ -1295,7 +1295,6 @@
test parse currency without currency mode
// Should accept a symbol associated with the currency specified by the API,
// but should not traverse the full currency data.
-// P always traverses full currency data.
set locale en_US
set pattern \u00a4#,##0.00
begin
@@ -1302,10 +1301,10 @@
parse currency output breaks
$52.41 USD 52.41
USD52.41 USD 52.41 K
-\u20ac52.41 USD fail CP
-EUR52.41 USD fail CP
-$52.41 EUR fail CP
-USD52.41 EUR fail CP
+\u20ac52.41 USD fail
+EUR52.41 USD fail
+$52.41 EUR fail
+USD52.41 EUR fail
\u20ac52.41 EUR 52.41 K
EUR52.41 EUR 52.41

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