mirror of https://github.com/tc39/test262.git
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 = {
|
||||
"0": "0.00",
|
||||
"-0": "0.00",
|
||||
"-0": "-0.00",
|
||||
"123": "123",
|
||||
"-123": "-123",
|
||||
"12345": "12345",
|
||||
|
|
Loading…
Reference in New Issue