1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-19 06:57:34 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Temporal/PlainTime
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
..
PlainTime.compare.js LibJS: Implement Temporal.PlainTime.compare() 2021-08-27 19:01:30 +01:00
PlainTime.from.js
PlainTime.js
PlainTime.prototype.@@toStringTag.js
PlainTime.prototype.calendar.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.equals.js LibJS: Fix Temporal.PlainTime.prototype.equals test 2021-09-08 08:48:13 +01:00
PlainTime.prototype.getISOFields.js
PlainTime.prototype.hour.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.microsecond.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.millisecond.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.minute.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.nanosecond.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.second.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.toJSON.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.toLocaleString.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.toPlainDateTime.js
PlainTime.prototype.toString.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00
PlainTime.prototype.valueOf.js
PlainTime.prototype.with.js LibJS: Change wording of ErrorType::NotA to be independent of context 2021-09-12 00:16:39 +02:00