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

Unified Diff: icu4j/main/tests/core/src/com/ibm/icu/dev/data/numberformattestspecification.txt

Issue 339630043: ticket:13736 Change number parsing to require locale currency when using non-currency parse functio… (Closed) Base URL: svn+icussh://source.icu-project.org/repos/icu/trunk/
Patch Set: Porting to ICU4C and adding locale long name parsing as alternative to currency data parsing. 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: icu4j/main/tests/core/src/com/ibm/icu/dev/data/numberformattestspecification.txt
===================================================================
--- icu4j/main/tests/core/src/com/ibm/icu/dev/data/numberformattestspecification.txt (revision 41389)
+++ icu4j/main/tests/core/src/com/ibm/icu/dev/data/numberformattestspecification.txt (working copy)
@@ -1288,7 +1288,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
@@ -1295,10 +1294,10 @@
parse currency output breaks
$52.41 USD 52.41
USD52.41 USD 52.41 K
-\u20ac52.41 USD fail P
-EUR52.41 USD fail P
-$52.41 EUR fail P
-USD52.41 EUR fail P
+\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