diff options
Diffstat (limited to 'libgo/go/unicode/script_test.go')
-rw-r--r-- | libgo/go/unicode/script_test.go | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libgo/go/unicode/script_test.go b/libgo/go/unicode/script_test.go index 935c225..1fe4581 100644 --- a/libgo/go/unicode/script_test.go +++ b/libgo/go/unicode/script_test.go @@ -18,10 +18,12 @@ type T struct { // mostly to discover when new scripts and categories arise. var inTest = []T{ {0x11711, "Ahom"}, + {0x1e900, "Adlam"}, {0x14646, "Anatolian_Hieroglyphs"}, {0x06e2, "Arabic"}, {0x0567, "Armenian"}, {0x10b20, "Avestan"}, + {0x11c00, "Bhaiksuki"}, {0x1b37, "Balinese"}, {0xa6af, "Bamum"}, {0x16ada, "Bassa_Vah"}, @@ -89,6 +91,7 @@ var inTest = []T{ {0x0d42, "Malayalam"}, {0x0843, "Mandaic"}, {0x10ac8, "Manichaean"}, + {0x11cB6, "Marchen"}, {0xabd0, "Meetei_Mayek"}, {0x1e800, "Mende_Kikakui"}, {0x1099f, "Meroitic_Hieroglyphs"}, @@ -100,6 +103,7 @@ var inTest = []T{ {0x11293, "Multani"}, {0x104c, "Myanmar"}, {0x10880, "Nabataean"}, + {0x11400, "Newa"}, {0x19c3, "New_Tai_Lue"}, {0x07f8, "Nko"}, {0x169b, "Ogham"}, @@ -112,6 +116,7 @@ var inTest = []T{ {0x10a6f, "Old_South_Arabian"}, {0x10c20, "Old_Turkic"}, {0x0b3e, "Oriya"}, + {0x104d9, "Osage"}, {0x10491, "Osmanya"}, {0x16b2b, "Pahawh_Hmong"}, {0x10876, "Palmyrene"}, @@ -139,6 +144,7 @@ var inTest = []T{ {0xaadc, "Tai_Viet"}, {0x116c9, "Takri"}, {0x0bbf, "Tamil"}, + {0x17000, "Tangut"}, {0x0c55, "Telugu"}, {0x07a7, "Thaana"}, {0x0e46, "Thai"}, @@ -220,9 +226,11 @@ var inPropTest = []T{ {0x216F, "Other_Uppercase"}, {0x0027, "Pattern_Syntax"}, {0x0020, "Pattern_White_Space"}, + {0x06DD, "Prepended_Concatenation_Mark"}, {0x300D, "Quotation_Mark"}, {0x2EF3, "Radical"}, - {0x061F, "STerm"}, + {0x061F, "STerm"}, // Deprecated alias of Sentence_Terminal + {0x061F, "Sentence_Terminal"}, {0x2071, "Soft_Dotted"}, {0x003A, "Terminal_Punctuation"}, {0x9FC3, "Unified_Ideograph"}, |