Expect leading sign when the input is negative zero

This commit is contained in:
André Bargull 2018-09-24 08:49:40 -04:00 committed by Rick Waldron
parent d9f67d53d1
commit 3a1bcae4d1
1 changed files with 1 additions and 1 deletions

View File

@ -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",