ladybird/Libraries/LibJS/Tests/builtins/Intl/NumberFormat
Timothy Flynn 0763997591 LibJS: Ensure tests using the "ar" locale use the "arab" number system
In ICU 76, the default was changed from "arab" to "latn". See:
c149724509

The whole point of these tests was to use a non-Latin numbering system.
This patch ensures that is the case to make following patches easier to
grok.
2025-01-18 17:56:40 -05:00
..
NumberFormat.@@toStringTag.js
NumberFormat.js
NumberFormat.prototype.format.js LibJS: Ensure tests using the "ar" locale use the "arab" number system 2025-01-18 17:56:40 -05:00
NumberFormat.prototype.formatRange.js
NumberFormat.prototype.formatRangeToParts.js
NumberFormat.prototype.formatToParts.js LibJS: Ensure tests using the "ar" locale use the "arab" number system 2025-01-18 17:56:40 -05:00
NumberFormat.prototype.resolvedOptions.js
NumberFormat.supportedLocalesOf.js