mirror of
https://github.com/tc39/test262.git
synced 2025-09-25 11:08:49 +02:00
Intl.NumberFormat: Update another test for negative zero.
The specification was updated in https://github.com/tc39/ecma402/pull/232.
This commit is contained in:
parent
4314e2cab3
commit
8e15f532e1
@ -23,7 +23,7 @@ var numberingSystems = [
|
|||||||
];
|
];
|
||||||
var testData = {
|
var testData = {
|
||||||
"0": "0.00",
|
"0": "0.00",
|
||||||
"-0": "0.00",
|
"-0": "-0.00",
|
||||||
"123": "123",
|
"123": "123",
|
||||||
"-123": "-123",
|
"-123": "-123",
|
||||||
"12345": "12345",
|
"12345": "12345",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user