test262/test
Frank Yung-Fong Tang 9e50891a40 set minimumFractionDigits: 1 in format-rounding-increment-5
We need to set minimumFractionDigits: 1 for the case of {roundingIncrement: 5, maximumFractionDigits: 1} and also adjust the test expectation. 
Otherwise, inside testNumberFormat , it will call   getPatternParts to format 1.1 and -1.1 and cause pattern mismatch (because the result will be "1" instead of "1.1" in that configuration)

https://github.com/tc39/test262/blob/main/harness/testIntl.js#L2369
2022-01-07 13:19:07 -05:00
..
annexB RegExp.prototype.compile from other realm should throw TypeError from other realm. 2021-09-10 15:04:11 -04:00
built-ins Fix incorrect argument 2022-01-07 13:14:27 -05:00
harness Remove harness file, arrayContains.js 2021-11-01 12:55:10 -04:00
intl402 set minimumFractionDigits: 1 in format-rounding-increment-5 2022-01-07 13:19:07 -05:00
language Add identifier tests for private class fields specifically 2022-01-05 14:24:20 -05:00