mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
set minimumFractionDigits: 1 to testing of 250
This commit is contained in:
parent
2d52f74d97
commit
a8e89964b4
@ -15,7 +15,7 @@ var numberingSystems = ['arab', 'latn', 'thai', 'hanidec'];
|
||||
testNumberFormat(
|
||||
locales,
|
||||
numberingSystems,
|
||||
{roundingIncrement: 250, maximumFractionDigits: 3},
|
||||
{roundingIncrement: 250, maximumFractionDigits: 3, minimumFractionDigits: 1},
|
||||
{
|
||||
'1.2500': '1.25',
|
||||
'1.3125': '1.25',
|
||||
|
Loading…
x
Reference in New Issue
Block a user