Intl.NumberFormat: Update another test for negative zero.

The specification was updated in https://github.com/tc39/ecma402/pull/232.
This commit is contained in:
Ms2ger 2018-07-27 09:26:50 +02:00 committed by Rick Waldron
parent 4314e2cab3
commit 8e15f532e1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ var numberingSystems = [
];
var testData = {
"0": "0.00",
"-0": "0.00",
"-0": "-0.00",
"123": "123",
"-123": "-123",
"12345": "12345",