ladybird/Libraries/LibJS/Tests/builtins/Intl/RelativeTimeFormat
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
..
RelativeTimeFormat.@@toStringTag.js
RelativeTimeFormat.js
RelativeTimeFormat.prototype.format.js LibJS: Ensure tests using the "ar" locale use the "arab" number system 2025-01-18 17:56:40 -05:00
RelativeTimeFormat.prototype.formatToParts.js
RelativeTimeFormat.prototype.resolvedOptions.js
RelativeTimeFormat.supportedLocalesOf.js