- Jan 28, 2019
-
-
Frank Yung-Fong Tang authored
-
Frank Yung-Fong Tang authored
-
- Dec 05, 2018
-
-
André Bargull authored
-
- Nov 28, 2018
-
-
Ms2ger authored
-
- Oct 17, 2018
-
-
Ms2ger authored
The order was defined in <https://github.com/tc39/ecma402/pull/279>.
-
André Bargull authored
This reverts commit a1c3929c.
-
André Bargull authored
-
- Oct 15, 2018
-
-
Ujjwal Sharma authored
-
- Oct 05, 2018
-
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
Increase the coverage for the constructor for Intl.NumberFormat by ensuring that HasProperty(O, Pk) is properly called.
-
- Oct 04, 2018
-
-
Ujjwal Sharma authored
-
- Oct 03, 2018
-
-
Ujjwal Sharma authored
Increase coverge for the Intl.NumberFormat constructor by testing that Get(O, P) and ToString(arg) are properly called.
-
Frank Tang authored
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
Improve coverage for the Intl.NumberFormat constructor by testing that it accepts Array-like objects and handles them properly.
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
Increase coverage for the Intl.NumberFormat constructor by testing that passing a string value to the Intl.NumberFormat constructor is equivalent to passing an Array containing the same string value.
-
- Oct 02, 2018
-
-
Rick Waldron authored
-
Ujjwal Sharma authored
Increase coverage for the Intl.NumberFormat constructor by adding tests checking if appropriate default values are used.
-
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 options argument.
-
Ujjwal Sharma authored
-
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
-
-
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
-
- 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.
-
- Sep 18, 2018
-
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
Add tests for Intl.NumberFormat.prototype[@@toStringTag].
-