ladybird/Libraries/LibJS/Tests/builtins/BigInt
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
..
bigint-basic.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
bigint-minus.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
bigint-number-mix-errors.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BigInt.asIntN.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BigInt.asUintN.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BigInt.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BigInt.prototype.@@toStringTag.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BigInt.prototype.toLocaleString.js LibJS: Ensure tests using the "ar" locale use the "arab" number system 2025-01-18 17:56:40 -05:00
BigInt.prototype.toString.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BigInt.prototype.valueOf.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00