Skip to content
Snippets Groups Projects
Commit 8e15f532 authored by Ms2ger's avatar Ms2ger Committed by Rick Waldron
Browse files

Intl.NumberFormat: Update another test for negative zero.

The specification was updated in https://github.com/tc39/ecma402/pull/232.
parent 4314e2ca
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ var numberingSystems = [
];
var testData = {
"0": "0.00",
"-0": "0.00",
"-0": "-0.00",
"123": "123",
"-123": "-123",
"12345": "12345",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment