mirror of https://github.com/tc39/test262.git
Expect leading sign when the input is negative zero
This commit is contained in:
parent
d9f67d53d1
commit
3a1bcae4d1
|
@ -23,7 +23,7 @@ var numberingSystems = [
|
|||
];
|
||||
var testData = {
|
||||
"0": "000.0",
|
||||
"-0": "000.0",
|
||||
"-0": "-000.0",
|
||||
"123": "123.0",
|
||||
"-123": "-123.0",
|
||||
"12345": "12345.0",
|
||||
|
|
Loading…
Reference in New Issue