Bug 866369 - Test case for jstests/test402. r=jwalden

This commit is contained in:
Norbert Lindenberg 2013-04-30 08:52:43 -04:00
parent 0a8138eb6a
commit 2aa850d74e
3 changed files with 12 additions and 4 deletions

View File

@ -1,7 +1,7 @@
URL: http://hg.ecmascript.org/tests/test262/
changeset: 364:8bd874363ed7
URL: http://hg.ecmascript.org/tests/test262
changeset: 365:99aac3bc1cad
tag: tip
user: Norbert Lindenberg <ecmascript@lindenbergsoftware.com>
date: Mon Apr 15 20:05:50 2013 -0700
summary: Updated minor unit value for Uganda Shilling to 0 per ISO 4217 Amendment Number 155.
date: Mon Apr 29 17:35:48 2013 -0700
summary: Added test data for proper rounding in NumberFormat.format.

View File

@ -28,6 +28,10 @@ var testData = {
"-12345": "-12345.0",
"123.45": "123.45",
"-123.45": "-123.45",
"123.444499": "123.444",
"-123.444499": "-123.444",
"123.444500": "123.445",
"-123.444500": "-123.445",
"123.44501": "123.445",
"-123.44501": "-123.445",
"0.001234": "000.001",

View File

@ -28,6 +28,10 @@ var testData = {
"-12345": "-12345",
"123.45": "123.45",
"-123.45": "-123.45",
"123.44499": "123.44",
"-123.44499": "-123.44",
"123.44500": "123.45",
"-123.44500": "-123.45",
"123.44501": "123.45",
"-123.44501": "-123.45",
"0.001234": "0.001234",