From 2b1db0d2489b40d9f3b6bef3c9b58776b0a0c815 Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Tue, 19 Aug 2025 14:00:02 -0700 Subject: [PATCH 1/2] Add 8 numberingSystems to test see also https://github.com/tc39/ecma402/pull/929 --- harness/testIntl.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/harness/testIntl.js b/harness/testIntl.js index 804d4ec1b73..afc4e24bc8b 100644 --- a/harness/testIntl.js +++ b/harness/testIntl.js @@ -2119,11 +2119,13 @@ function allNumberingSystems() { "ethi", "finance", "fullwide", + "gara", "geor", "gong", "gonm", "grek", "greklow", + "gukh", "gujr", "guru", "hanidays", @@ -2143,6 +2145,7 @@ function allNumberingSystems() { "kawi", "khmr", "knda", + "krai", "lana", "lanatham", "laoo", @@ -2160,6 +2163,8 @@ function allNumberingSystems() { "mroo", "mtei", "mymr", + "mymrepka", + "mymrpao", "mymrshan", "mymrtlng", "nagm", @@ -2167,8 +2172,10 @@ function allNumberingSystems() { "newa", "nkoo", "olck", + "onao", "orya", "osma", + "outlined", "rohg", "roman", "romanlow", @@ -2178,6 +2185,7 @@ function allNumberingSystems() { "sinh", "sora", "sund", + "sunu", "takr", "talu", "taml", From f3805fd036883ff4b79bbde85c5b1e6ea1b5331c Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang Date: Thu, 9 Oct 2025 11:20:22 -0700 Subject: [PATCH 2/2] move "gukh", to correct sorting position --- harness/testIntl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harness/testIntl.js b/harness/testIntl.js index afc4e24bc8b..0cd15f018bf 100644 --- a/harness/testIntl.js +++ b/harness/testIntl.js @@ -2125,8 +2125,8 @@ function allNumberingSystems() { "gonm", "grek", "greklow", - "gukh", "gujr", + "gukh", "guru", "hanidays", "hanidec",