mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 00:14:35 +02:00
Add "numberingSystem" to resolvedOptions() (#2011)
This commit is contained in:
parent
b337eaf7c7
commit
5eab51827b
@ -14,6 +14,7 @@ const expected = [
|
|||||||
"locale",
|
"locale",
|
||||||
"style",
|
"style",
|
||||||
"numeric",
|
"numeric",
|
||||||
|
"numberingSystem",
|
||||||
];
|
];
|
||||||
|
|
||||||
assert.compareArray(Object.getOwnPropertyNames(options), expected);
|
assert.compareArray(Object.getOwnPropertyNames(options), expected);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user