mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-2487 update alias files to not use collation-based aliases.
X-SVN-Rev: 14983
This commit is contained in:
parent
db880037f8
commit
22fc44dde7
1 changed files with 6 additions and 4 deletions
10
icu4c/source/test/testdata/testaliases.txt
vendored
10
icu4c/source/test/testdata/testaliases.txt
vendored
|
@ -16,17 +16,19 @@ testaliases
|
|||
aab:alias { "testaliases/aaa" }
|
||||
|
||||
// aliasing nonexist position
|
||||
nonexisting:alias { "/ICUDATA/uk" }
|
||||
nonexisting:alias { "/ICUDATA/ja" }
|
||||
|
||||
// aliasing to another resource
|
||||
simplealias:alias { "testtypes/menu/file/open" } // simple referencing
|
||||
|
||||
// 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/collations/standard" }
|
||||
referencingalias:alias { "testaliases/anotheralias/2" } // Referencing through another alias
|
||||
anotheralias:alias { "/ICUDATA/ja/LocaleScript" }
|
||||
|
||||
LocaleScript:alias { "/ICUDATA/ja/LocaleScript" }
|
||||
|
||||
// aliasing using position
|
||||
collations:alias { "/ICUDATA/uk" } // Referencing corresponding resource in another bundle
|
||||
BreakDictionaryData:alias { "/ICUDATA/th" } // Referencing corresponding resource in another bundle
|
||||
|
||||
// aliasing arrays
|
||||
zoneTests {
|
||||
|
|
Loading…
Add table
Reference in a new issue