ladybird/Libraries/LibJS/Tests/builtins/Number
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
..
Number-constants.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Number.isFinite.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Number.isInteger.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Number.isNaN.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Number.isSafeInteger.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Number.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Number.parseFloat.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Number.parseInt.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Number.prototype.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Number.prototype.toExponential.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Number.prototype.toFixed.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Number.prototype.toLocaleString.js LibJS: Ensure tests using the "ar" locale use the "arab" number system 2025-01-18 17:56:40 -05:00
Number.prototype.toPrecision.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Number.prototype.toString.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Number.prototype.valueOf.js Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00