summaryrefslogtreecommitdiff
path: root/test/suite/intl402/ch11/11.3/11.3.2_TRP.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/intl402/ch11/11.3/11.3.2_TRP.js')
-rw-r--r--test/suite/intl402/ch11/11.3/11.3.2_TRP.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/suite/intl402/ch11/11.3/11.3.2_TRP.js b/test/suite/intl402/ch11/11.3/11.3.2_TRP.js
index 9409e258d..9ab6550b6 100644
--- a/test/suite/intl402/ch11/11.3/11.3.2_TRP.js
+++ b/test/suite/intl402/ch11/11.3/11.3.2_TRP.js
@@ -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",