mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
LibUnicode: Resolve the most likely territory alias when there are many
This commit is contained in:
committed by
Linus Groh
parent
1fbc5dba08
commit
fd0011989a
@@ -394,6 +394,14 @@ TEST_CASE(canonicalize_unicode_locale_id)
|
||||
test("EN-SU"sv, "en-RU"sv);
|
||||
test("en-810"sv, "en-RU"sv);
|
||||
test("EN-810"sv, "en-RU"sv);
|
||||
test("hy-su"sv, "hy-AM"sv);
|
||||
test("HY-SU"sv, "hy-AM"sv);
|
||||
test("hy-810"sv, "hy-AM"sv);
|
||||
test("HY-810"sv, "hy-AM"sv);
|
||||
test("und-Armn-su"sv, "und-Armn-AM"sv);
|
||||
test("UND-ARMN-SU"sv, "und-Armn-AM"sv);
|
||||
test("und-Armn-810"sv, "und-Armn-AM"sv);
|
||||
test("UND-ARMN-810"sv, "und-Armn-AM"sv);
|
||||
|
||||
// Script subtag aliases.
|
||||
test("en-qaai"sv, "en-Zinh"sv);
|
||||
|
||||
Reference in New Issue
Block a user