summaryrefslogtreecommitdiffstats
path: root/intl/icu/source/test/testdata/default.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
commit0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch)
treea31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /intl/icu/source/test/testdata/default.txt
parentInitial commit. (diff)
downloadfirefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz
firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'intl/icu/source/test/testdata/default.txt')
-rw-r--r--intl/icu/source/test/testdata/default.txt98
1 files changed, 98 insertions, 0 deletions
diff --git a/intl/icu/source/test/testdata/default.txt b/intl/icu/source/test/testdata/default.txt
new file mode 100644
index 0000000000..0b95a44e78
--- /dev/null
+++ b/intl/icu/source/test/testdata/default.txt
@@ -0,0 +1,98 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
+//*******************************************************************************
+//*
+//* Copyright (C) 1998-2000, International Business Machines
+//* Corporation and others. All Rights Reserved.
+//*
+//*******************************************************************************
+
+
+// This is a test default locale file
+
+default
+{
+ Version { 44.0 }
+
+ ShortLanguage { xxx }
+
+ string_only_in_Default { DEFAULT }
+
+ array_only_in_Default { DEFAULT0, DEFAULT1, DEFAULT2, DEFAULT3 }
+
+ array_2d_only_in_Default
+ {
+ { DEFAULT00, DEFAULT01 }
+ { DEFAULT10, DEFAULT11 }
+ }
+
+ tagged_array_only_in_Default
+ {
+ tag2 { DEFAULT2 }
+ tag1 { DEFAULT1 }
+ tag3 { DEFAULT3 }
+ tag6 { DEFAULT6 }
+ tag12 { DEFAULT12 }
+ tag7 { DEFAULT7 }
+ tag14 { DEFAULT14 }
+ tag9 { DEFAULT9 }
+ }
+
+ string_in_Default_te_te_IN { DEFAULT }
+
+ array_in_Default_te_te_IN { DEFAULT0, DEFAULT1, DEFAULT2, DEFAULT3, DEFAULT4 }
+
+ array_2d_in_Default_te_te_IN
+ {
+ { DEFAULT00, DEFAULT01, DEFAULT02 }
+ { DEFAULT10, DEFAULT11, DEFAULT12 }
+ { DEFAULT20, DEFAULT21, DEFAULT22 }
+ { DEFAULT30, DEFAULT31, DEFAULT32 }
+ }
+
+ tagged_array_in_Default_te_te_IN
+ {
+ tag4 { DEFAULT4 }
+ tag9 { DEFAULT9 }
+ tag12 { DEFAULT12 }
+ }
+
+ string_in_Default_te { DEFAULT }
+
+ array_in_Default_te { DEFAULT0, DEFAULT1, DEFAULT2, DEFAULT3, DEFAULT4 }
+
+ array_2d_in_Default_te
+ {
+ { DEFAULT00, DEFAULT01, DEFAULT02 }
+ { DEFAULT10, DEFAULT11, DEFAULT12 }
+ { DEFAULT20, DEFAULT21, DEFAULT22 }
+ { DEFAULT30, DEFAULT31, DEFAULT32 }
+ }
+
+ tagged_array_in_Default_te
+ {
+ tag12 { DEFAULT12 }
+ tag1 { DEFAULT1 }
+ tag7 { DEFAULT7 }
+ tag3 { DEFAULT3 }
+ }
+
+ string_in_Default_te_IN { DEFAULT }
+
+ array_in_Default_te_IN { DEFAULT0, DEFAULT1, DEFAULT2 }
+
+ array_2d_in_Default_te_IN
+ {
+ { DEFAULT00, DEFAULT01, DEFAULT02, DEFAULT03 }
+ { DEFAULT10, DEFAULT11, DEFAULT12, DEFAULT13 }
+ { DEFAULT20, DEFAULT21, DEFAULT22, DEFAULT23 }
+ }
+
+ tagged_array_in_Default_te_IN
+ {
+ tag13 { DEFAULT13 }
+ tag8 { DEFAULT8 }
+ }
+}
+
+//eof