OLD | NEW |
1 //******************************************************************************
* | 1 //******************************************************************************
* |
2 //* | 2 //* |
3 //* Copyright (C) 1998-2013, International Business Machines | 3 //* Copyright (C) 1998-2014, International Business Machines |
4 //* Corporation and others. All Rights Reserved. | 4 //* Corporation and others. All Rights Reserved. |
5 //* | 5 //* |
6 //******************************************************************************
* | 6 //******************************************************************************
* |
7 | 7 |
8 | 8 |
9 // This is a test default locale file | 9 // This is a test default locale file |
10 | 10 |
11 root | 11 root |
12 { | 12 { |
13 Version { 44.0 } | 13 Version { 44.0 } |
14 ExpectCLDRVersionAtLeast { 24.0 } // 'base' cldr version. Allow up to versio
n =.=.* of this | 14 ExpectCLDRVersionAtLeast { 26.0 } // 'base' cldr version. Allow up to versio
n =.=.* of this |
15 CurrentCLDRVersion { 24.0 } // Current CLDR version as of the test update. W
arn if not an exact match. | 15 CurrentCLDRVersion { 26.0 } // Current CLDR version as of the test update. W
arn if not an exact match. |
16 | 16 |
17 ShortLanguage { xxx } | 17 ShortLanguage { xxx } |
18 | 18 |
19 string_only_in_Root { ROOT } | 19 string_only_in_Root { ROOT } |
20 | 20 |
21 array_only_in_Root { ROOT0, ROOT1, ROOT2, ROOT3 } | 21 array_only_in_Root { ROOT0, ROOT1, ROOT2, ROOT3 } |
22 | 22 |
23 array_2d_only_in_Root | 23 array_2d_only_in_Root |
24 { | 24 { |
25 { ROOT00, ROOT01 } | 25 { ROOT00, ROOT01 } |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 a4{"ar4"} | 107 a4{"ar4"} |
108 } | 108 } |
109 | 109 |
110 tableT7996 { | 110 tableT7996 { |
111 b7996:alias {"/LOCALE/tableT7996/c7996"} | 111 b7996:alias {"/LOCALE/tableT7996/c7996"} |
112 c7996 {"string c7996 in tableT7996 for root"} | 112 c7996 {"string c7996 in tableT7996 for root"} |
113 } | 113 } |
114 } | 114 } |
115 | 115 |
116 //eof | 116 //eof |
OLD | NEW |