1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 20:25:08 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/RelativeTimeFormat
Timothy Flynn bf85bf2a9e LibJS: Use Intl.PluralRules within Intl.RelativeFormat
The Polish test cases added here cover previous failures from test262,
due to the way that 0 is specified to be "many" in Polish.
2022-07-08 11:51:54 +02:00
..
RelativeTimeFormat.@@toStringTag.js LibJS: Implement a nearly empty Intl.RelativeTimeFormat object 2022-01-25 19:02:59 +00:00
RelativeTimeFormat.js LibJS: Implement the Intl.RelativeTimeFormat constructor 2022-01-25 19:02:59 +00:00
RelativeTimeFormat.prototype.format.js LibJS: Use Intl.PluralRules within Intl.RelativeFormat 2022-07-08 11:51:54 +02:00
RelativeTimeFormat.prototype.formatToParts.js LibJS: Implement Intl.RelativeTimeFormat.prototype.formatToParts 2022-01-27 21:16:44 +00:00
RelativeTimeFormat.prototype.resolvedOptions.js LibJS: Implement Intl.RelativeTimeFormat.prototype.resolvedOptions 2022-01-25 19:02:59 +00:00
RelativeTimeFormat.supportedLocalesOf.js LibJS: Implement Intl.RelativeTimeFormat.supportedLocalesOf 2022-01-25 19:02:59 +00:00