Add references to fixed tests for NumberFormat operations (#874)

Ref #856
Ref #857
Ref tc39/ecma402#128
This commit is contained in:
Leo Balter 2017-03-13 13:47:30 -04:00 committed by Tom Care
parent 763649d268
commit 6c20a250f2
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ var testData = {
"-0.0000000012344501": "-000.0",
"123445.01": "123445.01",
"-123445.01": "-123445.01",
// Ref tc39/ecma402#128
"12344501000000000000000000000000000": "12344501000000000487815444678311936.0",
"-12344501000000000000000000000000000": "-12344501000000000487815444678311936.0"
};

View File

@ -32,6 +32,7 @@ var testData = {
"-123.45": "-123.45",
"123.44499": "123.44",
"-123.44499": "-123.44",
// Ref tc39/ecma402#128
"123.44500": "123.44",
"-123.44500": "-123.44",
"123.44501": "123.45",