Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Side by Side Diff: source/test/testdata/collationtest.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/test/testdata/WordBreakTest.txt ('k') | source/test/testdata/conversion.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012-2014 International Business Machines 1 # Copyright (c) 2012-2015 International Business Machines
2 # Corporation and others. All Rights Reserved. 2 # Corporation and others. All Rights Reserved.
3 # 3 #
4 # This file should be in UTF-8 with a signature byte sequence ("BOM"). 4 # This file should be in UTF-8 with a signature byte sequence ("BOM").
5 # 5 #
6 # collationtest.txt: Collation test data. 6 # collationtest.txt: Collation test data.
7 # 7 #
8 # created on: 2012apr13 8 # created on: 2012apr13
9 # created by: Markus W. Scherer 9 # created by: Markus W. Scherer
10 10
11 # A line with "** test: description" is used for verbose and error output. 11 # A line with "** test: description" is used for verbose and error output.
(...skipping 2445 matching lines...) Expand 10 before | Expand all | Expand 10 after
2457 <1 L 2457 <1 L
2458 <1 Ω 2458 <1 Ω
2459 2459
2460 # "others" is a synonym for Zzzz. 2460 # "others" is a synonym for Zzzz.
2461 @ rules 2461 @ rules
2462 [import el][reorder others] 2462 [import el][reorder others]
2463 * compare 2463 * compare
2464 <1 4 2464 <1 4
2465 <1 L 2465 <1 L
2466 <1 Ω 2466 <1 Ω
2467
2468 ** test: regression test for CollationFastLatinBuilder, ICU ticket 11388
2469 @ rules
2470 &x<<aa<<<Aa<<<AA
2471 % strength=secondary
2472 * compare
2473 <1 AA
2474 <2 Aẩ
2475 <2 aą
2476 * compare
2477 <1 AA
2478 <2 aą
2479
2480 ** test: tailor tertiary-after a common tertiary where there is a lower one
2481 # Assume that Hiragana small A has a below-common tertiary, and Hiragana A has a common one.
2482 # See ICU ticket 11448 & CLDR ticket 7222.
2483 @ rules
2484 &あ<<<x<<<y<<<z
2485 * compare
2486 <1 ぁ
2487 <3 あ
2488 <3 x
2489 <3 y
2490 <3 z
2491 <3 ァ
2492 <1 い
2493
2494 ** test: tailor tertiary-after a below-common tertiary
2495 @ rules
2496 &ぁ<<<x<<<y<<<z
2497 * compare
2498 <1 ぁ
2499 <3 x
2500 <3 y
2501 <3 z
2502 <3 あ
2503 <3 ァ
2504 <1 い
2505
2506 ** test: tailor tertiary-before a common tertiary where there is a lower one
2507 @ rules
2508 &[before 3]あ<<<x<<<y<<<z
2509 * compare
2510 <1 ぁ
2511 <3 x
2512 <3 y
2513 <3 z
2514 <3 あ
2515 <3 ァ
2516 <1 い
2517
2518 ** test: tailor tertiary-before a below-common tertiary
2519 @ rules
2520 &[before 3]ぁ<<<x<<<y<<<z
2521 * compare
2522 <1 x
2523 <3 y
2524 <3 z
2525 <3 ぁ
2526 <3 あ
2527 <3 ァ
2528 <1 い
2529
2530 ** test: reorder single scripts not groups, ICU ticket 11449
2531 @ root
2532 % reorder Goth Latn
2533 * compare
2534 <1 4
2535 <1 𐌰 # Gothic
2536 <1 L
2537 <1 Ω
2538 # Before ICU 55, the following reordered together with Gothic.
2539 <1 𐌈 # Old Italic
2540 <1 𐑐 # Shavian
OLDNEW
« no previous file with comments | « source/test/testdata/WordBreakTest.txt ('k') | source/test/testdata/conversion.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698