mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +02:00
fix test for roundingIncrement: 500
This commit is contained in:
parent
5ee4e0d609
commit
4cc44841f6
@ -15,13 +15,13 @@ var numberingSystems = ['arab', 'latn', 'thai', 'hanidec'];
|
|||||||
testNumberFormat(
|
testNumberFormat(
|
||||||
locales,
|
locales,
|
||||||
numberingSystems,
|
numberingSystems,
|
||||||
{roundingIncrement: 500, maximumFractionDigits: 3},
|
{roundingIncrement: 500, maximumFractionDigits: 3, minimumFractionDigits: 1},
|
||||||
{
|
{
|
||||||
'1.500': '1.5',
|
'1.500': '1.5',
|
||||||
'1.625': '1.5',
|
'1.625': '1.5',
|
||||||
'1.750': '2',
|
'1.750': '2.0',
|
||||||
'1.875': '2',
|
'1.875': '2.0',
|
||||||
'2.000': '2',
|
'2.000': '2.0',
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user