Fix the rounding issue (#2027)

This commit is contained in:
Frank Yung-Fong Tang 2019-01-28 08:52:50 -08:00 committed by Leo Balter
parent e0a07bc650
commit 6da911b9f2
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ var numberingSystems = [
];
var testData = {
// Ref tc39/ecma402#128
"123.44500": "123.44",
"-123.44500": "-123.44",
"123.44500": "123.45",
"-123.44500": "-123.45",
};
testNumberFormat(locales, numberingSystems,