Skip to content
Snippets Groups Projects
Commit b94ef8cb authored by Frank Yung-Fong Tang's avatar Frank Yung-Fong Tang Committed by Rick Waldron
Browse files

rm deprecated grandfather 'cel-gaulish'

parent 49c184eb
No related branches found
No related tags found
No related merge requests found
...@@ -25,13 +25,6 @@ info: | ...@@ -25,13 +25,6 @@ info: |
features: [Intl.Locale] features: [Intl.Locale]
---*/ ---*/
// Regular grandfathered language tag.
var loc = new Intl.Locale("cel-gaulish");
assert.sameValue(loc.baseName, "cel-gaulish"); // Step 5.
assert.sameValue(loc.language, "cel-gaulish");
assert.sameValue(loc.script, undefined);
assert.sameValue(loc.region, undefined);
// Regular grandfathered language tag. // Regular grandfathered language tag.
assert.throws(RangeError, () => new Intl.Locale("zh-min")); assert.throws(RangeError, () => new Intl.Locale("zh-min"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment