mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 866369 - Test case for jstests/test402. r=jwalden
This commit is contained in:
parent
0a8138eb6a
commit
2aa850d74e
@ -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.
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user