mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 13:04:39 +02:00
Correct the expectation for format-fraction-digits-precision (#2025)
This commit is contained in:
parent
5d39cad767
commit
e0a07bc650
@ -23,8 +23,8 @@ var numberingSystems = [
|
|||||||
];
|
];
|
||||||
var testData = {
|
var testData = {
|
||||||
// Ref tc39/ecma402#128
|
// Ref tc39/ecma402#128
|
||||||
"12344501000000000000000000000000000": "12344501000000000487815444678311936.0",
|
"12344501000000000000000000000000000": "12344501000000000000000000000000000.0",
|
||||||
"-12344501000000000000000000000000000": "-12344501000000000487815444678311936.0"
|
"-12344501000000000000000000000000000": "-12344501000000000000000000000000000.0"
|
||||||
};
|
};
|
||||||
|
|
||||||
testNumberFormat(locales, numberingSystems,
|
testNumberFormat(locales, numberingSystems,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user