1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 13:05:07 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/NumberFormat
Timothy Flynn ea774111e8 LibJS: Raise the upper minimum/maximum fraction digit limit to 100
This is a normative change in the ECMA-402 spec. See:
f6d2945
2023-07-22 10:18:55 +02:00
..
NumberFormat.@@toStringTag.js LibJS: Implement a nearly empty Intl.NumberFormat object 2021-09-11 11:05:50 +01:00
NumberFormat.js LibJS: Raise the upper minimum/maximum fraction digit limit to 100 2023-07-22 10:18:55 +02:00
NumberFormat.prototype.format.js LibJS: Use more accurate number-to-string method in Intl.NumberFormat 2022-11-04 21:12:10 +00:00
NumberFormat.prototype.formatRange.js LibJS: Allow out-of-order number ranges to be formatted 2022-07-26 10:46:08 -07:00
NumberFormat.prototype.formatRangeToParts.js LibJS: Set approximate number range format result's "source" to "shared" 2023-01-14 19:12:48 +00:00
NumberFormat.prototype.formatToParts.js LibLocale+LibJS: Update to CLDR version 42.0.0 2022-10-25 10:10:39 +01:00
NumberFormat.prototype.resolvedOptions.js LibJS: Allow specifying only roundingIncrement in NumberFormat options 2022-11-29 10:24:44 +01:00
NumberFormat.supportedLocalesOf.js LibJS: Implement Intl.NumberFormat.supportedLocalesOf 2021-09-11 11:05:50 +01:00