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
bigint-minus.js
bigint-number-mix-errors.js
BigInt.asIntN.js
BigInt.asUintN.js
BigInt.js
BigInt.prototype.@@toStringTag.js
BigInt.prototype.toLocaleString.js
BigInt.prototype.toString.js
BigInt.prototype.valueOf.js