mirror of https://github.com/tc39/test262.git
change irregular grandfather tag to it's canonical (#2048)
This commit is contained in:
parent
1068137f00
commit
b337eaf7c7
|
@ -14,7 +14,7 @@ features: [Intl.Locale]
|
||||||
|
|
||||||
assert.compareArray(Intl.getCanonicalLocales([
|
assert.compareArray(Intl.getCanonicalLocales([
|
||||||
"fr-CA",
|
"fr-CA",
|
||||||
new Intl.Locale("en-gb-oed"),
|
new Intl.Locale("en-gb-oxendict"),
|
||||||
"de",
|
"de",
|
||||||
new Intl.Locale("jp", { "calendar": "gregory" }),
|
new Intl.Locale("jp", { "calendar": "gregory" }),
|
||||||
"zh",
|
"zh",
|
||||||
|
|
Loading…
Reference in New Issue