ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/NumberFormat
Timothy Flynn 1bcc29d0d1 LibJS+LibLocale: Replace Unicode keyword lookups with ICU
Note: All of the changes to the test files in this patch are now aligned
with both Chrome and Firefox.
2024-06-16 06:57:08 +02:00
..
NumberFormat.@@toStringTag.js
NumberFormat.js
NumberFormat.prototype.format.js LibJS: Store Intl mathematical values as strings when appropriate 2024-06-10 13:51:51 +02:00
NumberFormat.prototype.formatRange.js LibJS+LibLocale: Replace number range formatting with ICU 2024-06-10 13:51:51 +02:00
NumberFormat.prototype.formatRangeToParts.js LibJS+LibLocale: Replace number range formatting with ICU 2024-06-10 13:51:51 +02:00
NumberFormat.prototype.formatToParts.js LibJS+LibLocale: Begin replacing number formatting with ICU 2024-06-10 13:51:51 +02:00
NumberFormat.prototype.resolvedOptions.js LibJS+LibLocale: Replace Unicode keyword lookups with ICU 2024-06-16 06:57:08 +02:00
NumberFormat.supportedLocalesOf.js