mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 23:44:27 +02:00
Remove unreasonable expectation
This commit is contained in:
parent
cc09757478
commit
565d7d5b7d
@ -125,7 +125,6 @@ for (const {tag} of regularGrandfathered) {
|
|||||||
|
|
||||||
for (const extra of extras) {
|
for (const extra of extras) {
|
||||||
const loc = new Intl.Locale(tag + "-" + extra);
|
const loc = new Intl.Locale(tag + "-" + extra);
|
||||||
assert.sameValue(loc.toString(), tag + "-" + extra);
|
|
||||||
|
|
||||||
assert.sameValue(loc.maximize().toString(), tagMax + "-" + extra);
|
assert.sameValue(loc.maximize().toString(), tagMax + "-" + extra);
|
||||||
assert.sameValue(loc.maximize().maximize().toString(), tagMax + "-" + extra);
|
assert.sameValue(loc.maximize().maximize().toString(), tagMax + "-" + extra);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user