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

Correct the expectation for format-fraction-digits-precision (#2025)

parent 5d39cad7
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
"12344501000000000000000000000000000": "12344501000000000487815444678311936.0",
"-12344501000000000000000000000000000": "-12344501000000000487815444678311936.0"
"12344501000000000000000000000000000": "12344501000000000000000000000000000.0",
"-12344501000000000000000000000000000": "-12344501000000000000000000000000000.0"
};
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