From c9c2304cc7eb52fae300e6ca736c006f99cfc099 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Sun, 2 Mar 2014 18:55:25 +0000 Subject: [PATCH] ICU-9507 test script reordering also *among* variables X-SVN-Rev: 35288 --- icu4c/source/test/testdata/collationtest.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/testdata/collationtest.txt b/icu4c/source/test/testdata/collationtest.txt index d68d25dfea9..eef28fbc03e 100644 --- a/icu4c/source/test/testdata/collationtest.txt +++ b/icu4c/source/test/testdata/collationtest.txt @@ -2303,15 +2303,15 @@ ** 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 @@ -2321,9 +2321,11 @@ <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 -- 2.40.0