]> granicus.if.org Git - icu/commitdiff
ICU-9507 test script reordering also *among* variables
authorMarkus Scherer <markus.icu@gmail.com>
Sun, 2 Mar 2014 18:55:25 +0000 (18:55 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Sun, 2 Mar 2014 18:55:25 +0000 (18:55 +0000)
X-SVN-Rev: 35288

icu4c/source/test/testdata/collationtest.txt

index d68d25dfea914bdb044e4cfafdeb3e8de16b5a7b..eef28fbc03e939c32de598512f687f86bda753df 100644 (file)
 
 ** test: shifted+reordering, ICU ticket 9507
 @ root
-% reorder Grek punct
+% reorder Grek punct space
 % alternate=shifted
 % strength=quaternary
 # Which primaries are "variable" should be determined without script reordering,
 # and then primaries should be reordered whether they are shifted to quaternary or not.
 * compare
-<4 \u0020  # space
 <4 (  # punctuation
 <4 )
+<4 \u0020  # space
 <1 `  # symbol
 <1 ^
 <1 $  # currency symbol
 <1 e  # Latin
 <1 e(e
 <4 e)e
+<4 e\u0020e
 <4 ee
 <3 e(E
 <4 e)E
+<4 e\u0020E
 <4 eE
 
 ** test: "uppercase first" could sort a string before its prefix, ICU ticket 9351