Skip to content
Snippets Groups Projects
Commit 3a1bcae4 authored by André Bargull's avatar André Bargull Committed by Rick Waldron
Browse files

Expect leading sign when the input is negative zero

parent d9f67d53
Branches
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ var numberingSystems = [ ...@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment