1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 02:15:08 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Temporal/PlainDateTime
Linus Groh 54af3a5396 LibJS: Adjust grammar for DateExtendedYear to exclude -000000
This is an editorial change in the Temporal spec.

See: fb3e656

We lose the custom error message, but it's not the end of the world.
2022-03-10 23:20:39 +01:00
..
PlainDateTime.compare.js
PlainDateTime.from.js LibJS: Adjust grammar for DateExtendedYear to exclude -000000 2022-03-10 23:20:39 +01:00
PlainDateTime.js
PlainDateTime.prototype.@@toStringTag.js
PlainDateTime.prototype.add.js
PlainDateTime.prototype.calendar.js
PlainDateTime.prototype.day.js
PlainDateTime.prototype.dayOfWeek.js
PlainDateTime.prototype.dayOfYear.js
PlainDateTime.prototype.daysInMonth.js
PlainDateTime.prototype.daysInWeek.js
PlainDateTime.prototype.daysInYear.js
PlainDateTime.prototype.equals.js
PlainDateTime.prototype.era.js
PlainDateTime.prototype.eraYear.js
PlainDateTime.prototype.getISOFields.js
PlainDateTime.prototype.hour.js
PlainDateTime.prototype.inLeapYear.js
PlainDateTime.prototype.microsecond.js
PlainDateTime.prototype.millisecond.js
PlainDateTime.prototype.minute.js
PlainDateTime.prototype.month.js
PlainDateTime.prototype.monthCode.js
PlainDateTime.prototype.monthsInYear.js
PlainDateTime.prototype.nanosecond.js
PlainDateTime.prototype.round.js
PlainDateTime.prototype.second.js
PlainDateTime.prototype.since.js LibJS: Implement Temporal.PlainDateTime.prototype.since() 2021-11-21 20:04:19 +00:00
PlainDateTime.prototype.subtract.js
PlainDateTime.prototype.toJSON.js
PlainDateTime.prototype.toLocaleString.js
PlainDateTime.prototype.toPlainDate.js
PlainDateTime.prototype.toPlainMonthDay.js
PlainDateTime.prototype.toPlainTime.js
PlainDateTime.prototype.toPlainYearMonth.js
PlainDateTime.prototype.toString.js
PlainDateTime.prototype.toZonedDateTime.js
PlainDateTime.prototype.until.js
PlainDateTime.prototype.valueOf.js
PlainDateTime.prototype.weekOfYear.js
PlainDateTime.prototype.with.js
PlainDateTime.prototype.withCalendar.js
PlainDateTime.prototype.withPlainDate.js
PlainDateTime.prototype.withPlainTime.js
PlainDateTime.prototype.year.js