mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2438 CollationElements->collations changes in testdata
X-SVN-Rev: 13667
This commit is contained in:
parent
0068eaf3b2
commit
a742b32602
3 changed files with 9 additions and 5 deletions
6
icu4c/source/test/testdata/te.txt
vendored
6
icu4c/source/test/testdata/te.txt
vendored
|
@ -89,12 +89,14 @@ te
|
|||
tag0 { TE0 }
|
||||
}
|
||||
|
||||
CollationElements
|
||||
{ Version { "1.0" }
|
||||
collations {
|
||||
standard {
|
||||
Version { "1.0" }
|
||||
Override { "FALSE" }
|
||||
Sequence {"& A < a\u0308 , A\u0308 & C < c\u0327 , C\u0327 & G < g"
|
||||
"\u0306 , G\u0306 & H < \u0131 , I , i , \u0130 < \u0132 , \u0133 & O < o\u0308 "
|
||||
", O\u0308 & S < s\u0327 , S\u0327 & U < u\u0308 , U\u0308 " }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
4
icu4c/source/test/testdata/testaliases.txt
vendored
4
icu4c/source/test/testdata/testaliases.txt
vendored
|
@ -23,10 +23,10 @@ testaliases
|
|||
|
||||
// alias that uses another alias and references parts of the end structure
|
||||
referencingalias:alias { "testaliases/anotheralias/Sequence" } // Referencing through another alias
|
||||
anotheralias:alias { "/ICUDATA/uk/CollationElements" }
|
||||
anotheralias:alias { "/ICUDATA/uk/collations/standard" }
|
||||
|
||||
// aliasing using position
|
||||
CollationElements:alias { "/ICUDATA/uk" } // Referencing corresponding resource in another bundle
|
||||
collations:alias { "/ICUDATA/uk" } // Referencing corresponding resource in another bundle
|
||||
|
||||
// aliasing arrays
|
||||
zoneTests {
|
||||
|
|
4
icu4c/source/test/testdata/testtypes.txt
vendored
4
icu4c/source/test/testdata/testtypes.txt
vendored
|
@ -38,11 +38,13 @@ testtypes
|
|||
testinclude:include{ "translit_rules.txt" }
|
||||
|
||||
// Genrb failed parsing \u0075 sequence this tests it
|
||||
CollationElements{
|
||||
collations {
|
||||
standard {
|
||||
Version{"x01"}
|
||||
Sequence{
|
||||
"&'\u0075' = '\uFF55'" // LATIN SMALL LETTER U
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
string{ }
|
||||
|
|
Loading…
Add table
Reference in a new issue