Fix #2385. NumberFormatter is using sprintf on a float, and is seeing inconsistent rounding as a result (it will also occasionally result in `-0`). Change to round the number before presenting it to sprintf. |
||
|---|---|---|
| .. | ||
| AlignmentTest.php | ||
| BorderRangeTest.php | ||
| BorderTest.php | ||
| ColorTest.php | ||
| ConditionalTest.php | ||
| ExportArrayTest.php | ||
| FillTest.php | ||
| FontTest.php | ||
| NumberFormatBuiltinTest.php | ||
| NumberFormatRoundTest.php | ||
| NumberFormatTest.php | ||
| StyleTest.php | ||