fix for the wrong test of Intl.NumberFormat (ToRawFixed) (#856)

Note:
12344501000000000487815444678311936 === 12344501000000000000000000000000000 for binary64 floating points;

Ref https://github.com/tc39/ecma402/issues/128
This commit is contained in:
Viktor 2017-03-02 02:14:00 +05:00 committed by Leo Balter
parent 4546006977
commit 9fd3b582c7
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ var testData = {
"-0.0000000012344501": "-000.0",
"123445.01": "123445.01",
"-123445.01": "-123445.01",
"12344501000000000000000000000000000": "12344501000000000000000000000000000.0",
"-12344501000000000000000000000000000": "-12344501000000000000000000000000000.0"
"12344501000000000000000000000000000": "12344501000000000487815444678311936.0",
"-12344501000000000000000000000000000": "-12344501000000000487815444678311936.0"
};
testNumberFormat(locales, numberingSystems,