1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 15:15:07 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Temporal/PlainMonthDay
Timothy Flynn 76589d6728 LibJS: Change wording of ErrorType::NotA to be independent of context
Currently, we have NotA and NotAn, to be used dependent on whether the
following word begins with a vowel or not. To avoid this, change the
wording on NotA to be independent of this context.
2021-09-12 00:16:39 +02:00
..
PlainMonthDay.from.js LibJS: Implement Temporal.PlainMonthDay.from 2021-09-10 23:10:18 +01:00
PlainMonthDay.js LibJS/Tests: Add test for PlainMonthDay default reference year 2021-08-15 10:36:36 +01:00
PlainMonthDay.prototype.@@toStringTag.js LibJS: Implement Temporal.PlainMonthDay.prototype[@@toStringTag] 2021-08-15 10:36:36 +01:00
PlainMonthDay.prototype.calendar.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainMonthDay.prototype.day.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainMonthDay.prototype.equals.js LibJS: Implement Temporal.PlainMonthDay.prototype.equals 2021-09-10 23:10:18 +01:00
PlainMonthDay.prototype.getISOFields.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainMonthDay.prototype.monthCode.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainMonthDay.prototype.toJSON.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainMonthDay.prototype.toLocaleString.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainMonthDay.prototype.toString.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainMonthDay.prototype.valueOf.js LibJS: Implement Temporal.PlainMonthDay.prototype.valueOf() 2021-08-15 10:36:36 +01:00