mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
Move localeMatcher before type and style (#2010)
Sync with https://github.com/tc39/proposal-intl-list-format/pull/36
This commit is contained in:
parent
af984c01f6
commit
23cb23b852
@ -48,10 +48,10 @@ new Intl.ListFormat([], {
|
||||
});
|
||||
|
||||
assert.compareArray(callOrder, [
|
||||
"localeMatcher",
|
||||
"localeMatcher toString",
|
||||
"type",
|
||||
"type toString",
|
||||
"style",
|
||||
"style toString",
|
||||
"localeMatcher",
|
||||
"localeMatcher toString",
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user