Correct the expectation for format-fraction-digits-precision (#2025)

This commit is contained in:
Frank Yung-Fong Tang 2019-01-28 08:42:22 -08:00 committed by Leo Balter
parent 5d39cad767
commit e0a07bc650
1 changed files with 2 additions and 2 deletions

View File

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