From db3aa4ca4fc1a426aeb17baa32b7f2fc92c16a22 Mon Sep 17 00:00:00 2001 From: jungshik <jungshik@users.noreply.github.com> Date: Mon, 19 Dec 2016 11:34:35 -0800 Subject: [PATCH] Replace islamicc with islamic-umalqura in getCanonicalLocales/main.js (Intl402) (#789) * Replace islamicc with islamic-umalqura Per discussion in #743, it's implementation-dependent how ismalicc is canonicalized. However, 'islamic-umalqura' should be treated the same way by all implementations. * Remove ar-ma-u-ca-islamic-umalqura per discussion --- test/intl402/Intl/getCanonicalLocales/main.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/intl402/Intl/getCanonicalLocales/main.js b/test/intl402/Intl/getCanonicalLocales/main.js index f518a5005d..ae088b38a2 100644 --- a/test/intl402/Intl/getCanonicalLocales/main.js +++ b/test/intl402/Intl/getCanonicalLocales/main.js @@ -29,6 +29,4 @@ assertArray(gCL({'a': 0}), []); assertArray(gCL({}), []); -assertArray(gCL(['ar-ma-u-ca-islamicc']), ['ar-MA-u-ca-islamicc']); - assertArray(gCL(['th-th-u-nu-thai']), ['th-TH-u-nu-thai']); -- GitLab