From aace462c2e23bf7bd53f5e5a6e7c53f5c4423255 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Tue, 8 Jul 2014 01:21:57 +0000 Subject: [PATCH] ICU-8962 test collation import from und=root X-SVN-Rev: 36010 --- .../com/ibm/icu/dev/data/collationtest.txt | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/collationtest.txt b/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/collationtest.txt index 74c46cbc419..ec6a2c526b1 100644 --- a/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/collationtest.txt +++ b/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/collationtest.txt @@ -2410,3 +2410,32 @@ <1 ae <2 ä <3 Ä + +** test: import root search rules plus German phonebook rules, ICU ticket 8962 +@ locale de-u-co-search +* compare +<1 = +<1 ≠ +<1 a +<1 ae +<2 ä + +# Once more, but with runtime builder. +@ rules +[import und-u-co-search][import de-u-co-phonebk] +* compare +<1 = +<1 ≠ +<1 a +<1 ae +<2 ä + +# Once again, with import from "root" not "und" (as in a proper language tag). +@ rules +[import root-u-co-search][import de-u-co-phonebk] +* compare +<1 = +<1 ≠ +<1 a +<1 ae +<2 ä -- 2.40.0