]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/testdata/root.txt
ICU-531.48.tar.gz
[apple/icu.git] / icuSources / test / testdata / root.txt
index 539d3bc78d675b1fde8b4f2f15ffc3091db2adfb..bdea51dc5bc8a0292b027075bb21ba9ced507d3b 100644 (file)
@@ -1,6 +1,6 @@
 //*******************************************************************************
 //*
-//*   Copyright (C) 1998-2000, International Business Machines
+//*   Copyright (C) 1998-2014, International Business Machines
 //*   Corporation and others.  All Rights Reserved.
 //*
 //*******************************************************************************
@@ -11,6 +11,8 @@
 root
 {
     Version { 44.0 }
+    ExpectCLDRVersionAtLeast { 25.0 } // 'base' cldr version. Allow up to version =.=.* of this
+    CurrentCLDRVersion { 25.0 } // Current CLDR version as of the test update. Warn if not an exact match.
 
     ShortLanguage { xxx }
 
@@ -53,6 +55,7 @@ root
         tag4 { ROOT4 } 
         tag9 { ROOT9 } 
         tag12 { ROOT12 } 
+    tag1 { ROOT1 }
     }
 
     string_in_Root_te { ROOT }
@@ -91,6 +94,23 @@ root
         tag13 { ROOT13 } 
         tag8 { ROOT8 } 
     }
+    rootAliasClient:alias {"/LOCALE/rootAliasDestination"}
+    rootAliasDestination {"wrong"}
+    nestedRootAliasClient:alias {"/LOCALE/rootAliasTable/destination"}
+    rootAliasTable {
+        destination { "correct" }
+    }
+    a {
+        a1{"ar1"}
+        a2{"ar2"}
+        a3{"ar3"}
+        a4{"ar4"}
+    }    
+
+    tableT7996 {
+        b7996:alias {"/LOCALE/tableT7996/c7996"}
+        c7996 {"string c7996 in tableT7996 for root"}
+    }
 }
 
 //eof