- Oct 02, 2018
-
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
Increase coverage for the Intl.NumberFormat class contructor by adding tests for checking that it calls ToObject on the locales argument.
-
- Sep 27, 2018
-
-
Ujjwal Sharma authored
Rework the available tests for Intl.NumberFormat.prototype.formatToParts to improve consistency and readability.
-
Ujjwal Sharma authored
Add an assertion to the test for default parameters in Intl.NumberFormat's method formatToParts checking that both the values are equal to the correct result.
-
- Sep 26, 2018
-
-
Leo Balter authored
Fix #1794
-
Rick Waldron authored
-
Ms2ger authored
The spec changed in <https://github.com/tc39/proposal-intl-locale/pull/59>.
-
Ms2ger authored
-
André Bargull authored
-
André Bargull authored
This will allow implementations to test the rest of the number formatting tests, even if the extra precision support isn't implemented.
-
André Bargull authored
Add missing explicit ToString conversion for symbol values and ensure the expected NaN result is a (locale-dependent) string
-
André Bargull authored
-
Leo Balter authored
-
- Sep 24, 2018
-
-
jugglinmike authored
The tests for the parsing of postfix increment, postfix decrement, prefix increment, and prefix decrement were expressed using `eval`. This made the tests more complex than necessary and also prevented the tests from providing value to ECMAScript parsers. Remove the use of `eval` and instead express the expectations with literal source text.
-
- Sep 21, 2018
-
-
Kevin Gibbons authored
-
- Sep 20, 2018
-
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
Increase test coverage for Intl.NumberFormat.prototype.format by adding a check for testing if it calls ToNumber (7.1.3) on its argument.
-
- Sep 19, 2018
-
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
Increase coverage for Intl.NumberFormat by adding a test for format checking it's default value.
-
Kevin Gibbons authored
-
Kevin Gibbons authored
-
- Sep 18, 2018
-
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
-
Kubilay Kahveci authored
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
Add tests for Intl.NumberFormat.prototype[@@toStringTag].
-
Ms2ger authored
-
- Sep 17, 2018
-
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
Add Intl.NumberFormat.prototype.formatToParts to the test this-value-not-numberformat.js to check if a TypeError is thrown if the "this" value for the function call isn't a valid NumberFormat object.
-
Leo Balter authored
-
- Sep 14, 2018
-
-
Andrew McCreight authored
-
- Sep 13, 2018
-
-
Leo Balter authored
-
Rick Waldron authored
-
- Sep 10, 2018
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-