mirror of https://github.com/tc39/test262.git
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, [
|
assert.compareArray(callOrder, [
|
||||||
|
"localeMatcher",
|
||||||
|
"localeMatcher toString",
|
||||||
"type",
|
"type",
|
||||||
"type toString",
|
"type toString",
|
||||||
"style",
|
"style",
|
||||||
"style toString",
|
"style toString",
|
||||||
"localeMatcher",
|
|
||||||
"localeMatcher toString",
|
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue