]> git.saurik.com Git - apple/icu.git/blame - icuSources/test/testdata/root.txt
ICU-551.51.4.tar.gz
[apple/icu.git] / icuSources / test / testdata / root.txt
CommitLineData
b75a7d8f
A
1//*******************************************************************************
2//*
b331163b 3//* Copyright (C) 1998-2015, International Business Machines
b75a7d8f
A
4//* Corporation and others. All Rights Reserved.
5//*
6//*******************************************************************************
7
8
9// This is a test default locale file
10
11root
12{
13 Version { 44.0 }
b331163b
A
14 ExpectCLDRVersionAtLeast { 27.0.1 } // 'base' cldr version. Allow up to version =.=.* of this
15 CurrentCLDRVersion { 27.0.1 } // Current CLDR version as of the test update. Warn if not an exact match.
b75a7d8f
A
16
17 ShortLanguage { xxx }
18
19 string_only_in_Root { ROOT }
20
21 array_only_in_Root { ROOT0, ROOT1, ROOT2, ROOT3 }
22
23 array_2d_only_in_Root
24 {
25 { ROOT00, ROOT01 }
26 { ROOT10, ROOT11 }
27 }
28
29 tagged_array_only_in_Root
30 {
31 tag2 { ROOT2 }
32 tag1 { ROOT1 }
33 tag3 { ROOT3 }
34 tag6 { ROOT6 }
35 tag12 { ROOT12 }
36 tag7 { ROOT7 }
37 tag14 { ROOT14 }
38 tag9 { ROOT9 }
39 }
40
41 string_in_Root_te_te_IN { ROOT }
42
43 array_in_Root_te_te_IN { ROOT0, ROOT1, ROOT2, ROOT3, ROOT4 }
44
45 array_2d_in_Root_te_te_IN
46 {
47 { ROOT00, ROOT01, ROOT02 }
48 { ROOT10, ROOT11, ROOT12 }
49 { ROOT20, ROOT21, ROOT22 }
50 { ROOT30, ROOT31, ROOT32 }
51 }
52
53 tagged_array_in_Root_te_te_IN
54 {
55 tag4 { ROOT4 }
56 tag9 { ROOT9 }
57 tag12 { ROOT12 }
729e4ab9 58 tag1 { ROOT1 }
b75a7d8f
A
59 }
60
61 string_in_Root_te { ROOT }
62
63 array_in_Root_te { ROOT0, ROOT1, ROOT2, ROOT3, ROOT4 }
64
65 array_2d_in_Root_te
66 {
67 { ROOT00, ROOT01, ROOT02 }
68 { ROOT10, ROOT11, ROOT12 }
69 { ROOT20, ROOT21, ROOT22 }
70 { ROOT30, ROOT31, ROOT32 }
71 }
72
73 tagged_array_in_Root_te
74 {
75 tag12 { ROOT12 }
76 tag1 { ROOT1 }
77 tag7 { ROOT7 }
78 tag3 { ROOT3 }
79 }
80
81 string_in_Root_te_IN { ROOT }
82
83 array_in_Root_te_IN { ROOT0, ROOT1, ROOT2 }
84
85 array_2d_in_Root_te_IN
86 {
87 { ROOT00, ROOT01, ROOT02, ROOT03 }
88 { ROOT10, ROOT11, ROOT12, ROOT13 }
89 { ROOT20, ROOT21, ROOT22, ROOT23 }
90 }
91
92 tagged_array_in_Root_te_IN
93 {
94 tag13 { ROOT13 }
95 tag8 { ROOT8 }
96 }
73c04bcf
A
97 rootAliasClient:alias {"/LOCALE/rootAliasDestination"}
98 rootAliasDestination {"wrong"}
99 nestedRootAliasClient:alias {"/LOCALE/rootAliasTable/destination"}
100 rootAliasTable {
101 destination { "correct" }
102 }
103 a {
729e4ab9
A
104 a1{"ar1"}
105 a2{"ar2"}
73c04bcf 106 a3{"ar3"}
729e4ab9 107 a4{"ar4"}
73c04bcf 108 }
729e4ab9
A
109
110 tableT7996 {
111 b7996:alias {"/LOCALE/tableT7996/c7996"}
112 c7996 {"string c7996 in tableT7996 for root"}
113 }
b75a7d8f
A
114}
115
116//eof