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

Delta Between Two Patch Sets: icu4j/main/tests/core/src/com/ibm/icu/dev/data/numberformattestspecification.txt

Issue 315420043: DecimalFormat rewrite, Java Base URL: svn+icussh://source.icu-project.org/repos/icu/branches/shane/numberformat/
Left Patch Set: r39817: Documentation, name changes, technical previews, and more tests. Created 7 years ago
Right Patch Set: r39857: Last commit before merge to trunk. Created 7 years 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
(Both sides are equal)
1 // Copyright (C) 2016 and later: Unicode, Inc. and others. 1 // Copyright (C) 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html 2 // License & terms of use: http://www.unicode.org/copyright.html
3 // Copyright (C) 2015-2016, International Business Machines 3 // Copyright (C) 2015-2016, International Business Machines
4 // Corporation and others. All Rights Reserved. 4 // Corporation and others. All Rights Reserved.
5 // 5 //
6 // This file is divided into test suites separated by whitespace. Each test 6 // This file is divided into test suites separated by whitespace. Each test
7 // suite starts with the name of the test followed by global field settings 7 // suite starts with the name of the test followed by global field settings
8 // for that test suite. After the global settings, comes "begin", the 8 // for that test suite. After the global settings, comes "begin", the
9 // per-test field names, and finally the test specific field values, 1 test 9 // per-test field names, and finally the test specific field values, 1 test
10 // per line. 10 // per line.
(...skipping 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 test ticket 11230 1420 test ticket 11230
1421 set locale en 1421 set locale en
1422 set pattern ### 1422 set pattern ###
1423 begin 1423 begin
1424 parse output breaks 1424 parse output breaks
1425 // K and J return null; S returns 99 1425 // K and J return null; S returns 99
1426 9 9 9 JKS 1426 9 9 9 JKS
1427 // K and J return null 1427 // K and J return null
1428 9 999 9999 JK 1428 9 999 9999 JK
1429 1429
LEFTRIGHT

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