adjuest setting for roundingIncrement: 25

This commit is contained in:
Frank Yung-Fong Tang 2022-01-06 11:10:25 -08:00 committed by Rick Waldron
parent 9e50891a40
commit 4719c8c2dd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ var numberingSystems = ['arab', 'latn', 'thai', 'hanidec'];
testNumberFormat(
locales,
numberingSystems,
{roundingIncrement: 25, maximumFractionDigits: 2},
{roundingIncrement: 25, maximumFractionDigits: 2, minimumFractionDigits: 1},
{
'1.2500': '1.25',
'1.3125': '1.25',