mirror of https://github.com/tc39/test262.git
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(
|
testNumberFormat(
|
||||||
locales,
|
locales,
|
||||||
numberingSystems,
|
numberingSystems,
|
||||||
{roundingIncrement: 250, maximumFractionDigits: 3},
|
{roundingIncrement: 250, maximumFractionDigits: 3, minimumFractionDigits: 1},
|
||||||
{
|
{
|
||||||
'1.2500': '1.25',
|
'1.2500': '1.25',
|
||||||
'1.3125': '1.25',
|
'1.3125': '1.25',
|
||||||
|
|
Loading…
Reference in New Issue