mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 23:14:47 +02:00
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 = {
|
var testData = {
|
||||||
"0": "000.0",
|
"0": "000.0",
|
||||||
"-0": "000.0",
|
"-0": "-000.0",
|
||||||
"123": "123.0",
|
"123": "123.0",
|
||||||
"-123": "-123.0",
|
"-123": "-123.0",
|
||||||
"12345": "12345.0",
|
"12345": "12345.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user