Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Side by Side Diff: source/test/testdata/root.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/test/testdata/regextst.txt ('k') | source/test/testdata/structLocale.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //****************************************************************************** * 1 //****************************************************************************** *
2 //* 2 //*
3 //* Copyright (C) 1998-2014, International Business Machines 3 //* Copyright (C) 1998-2015, 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 { 26.0 } // 'base' cldr version. Allow up to versio n =.=.* of this 14 ExpectCLDRVersionAtLeast { 28.0 } // 'base' cldr version. Allow up to versio n =.=.* of this
15 CurrentCLDRVersion { 26.0 } // Current CLDR version as of the test update. W arn if not an exact match. 15 CurrentCLDRVersion { 28.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
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
OLDNEW
« no previous file with comments | « source/test/testdata/regextst.txt ('k') | source/test/testdata/structLocale.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698