mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Fix the rounding issue (#2027)
This commit is contained in:
parent
e0a07bc650
commit
6da911b9f2
@ -23,8 +23,8 @@ var numberingSystems = [
|
||||
];
|
||||
var testData = {
|
||||
// Ref tc39/ecma402#128
|
||||
"123.44500": "123.44",
|
||||
"-123.44500": "-123.44",
|
||||
"123.44500": "123.45",
|
||||
"-123.44500": "-123.45",
|
||||
};
|
||||
|
||||
testNumberFormat(locales, numberingSystems,
|
||||
|
Loading…
x
Reference in New Issue
Block a user