v8/test/intl/number-format
vabr 0559fd7082 NumberFormat: default mnsd value is 1
CreateNumberFormat of src/js/i18n.js implements
http://www.ecma-international.org/ecma-402/1.0/#sec-11.1.1.1, but has a typo
in step 33a. The spec says that the default value for minimumSignificantDigits
should be 1, while the script set it to 0.

This CL fixes that typo and adds a test for that.

BUG=v8:5554

Review-Url: https://codereview.chromium.org/2694673003
Cr-Commit-Position: refs/heads/master@{#43197}
2017-02-14 17:12:49 +00:00
..
check-digit-ranges.js NumberFormat: default mnsd value is 1 2017-02-14 17:12:49 +00:00
check-minimum-fraction-digits.js Fix user options for fractional digits in Intl.NumberFormatter 2015-10-22 11:31:13 +00:00
default-locale.js Reenable tests that need to access the default timezone. 2013-08-01 19:43:06 +00:00
format-currency.js Do not expect verbatim JPY symbol in test. 2015-07-20 10:52:51 +00:00
format-is-bound.js Remove certain non-standard properties from Intl 2016-05-12 00:34:48 +00:00
property-override.js Import intl test suite from v8-i18n project 2013-07-10 10:49:04 +00:00
resolved-options-is-method.js Import intl test suite from v8-i18n project 2013-07-10 10:49:04 +00:00
wellformed-unsupported-locale.js Reenable tests that need to access the default timezone. 2013-08-01 19:43:06 +00:00