Skip to content
Snippets Groups Projects
Commit 6da911b9 authored by Frank Yung-Fong Tang's avatar Frank Yung-Fong Tang Committed by Leo Balter
Browse files

Fix the rounding issue (#2027)

parent e0a07bc6
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment