test262/test/built-ins/Temporal/PlainYearMonth
Justin Grant 60e475248d Tests for Temporal PR #2574
Edits Temporal tests to account for changes in
https://github.com/tc39/proposal-temporal/pull/2574.

This PR stops coercing non-string primitive inputs to strings
in Temporal methods, to avoid cases where numbers
are coerced to syntactically valid but often unexpected
string results.
2023-07-18 17:09:04 +02:00
..
compare Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
from Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
prototype Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
basic.js Test PlainYearMonth constructor, from. 2022-01-28 13:17:31 -05:00
builtin.js Add Temporal tests 2021-10-01 14:30:12 -04:00
calendar-always.js Ensure reference data is emitted when calendarName = 'always' 2022-03-29 16:58:36 -07:00
calendar-case-insensitive.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-invalid.js Add Temporal tests 2021-10-01 14:30:12 -04:00
calendar-number.js Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
calendar-string.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-temporal-object.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-undefined.js Replace Temporal objects' .calendar getters with .calendarId/.getCalendar 2023-04-07 11:43:31 -07:00
calendar-wrong-type.js Tests for Temporal PR #2574 2023-07-18 17:09:04 +02:00
constructor.js Pass arguments in PlainYearMonth constructor test. 2022-01-28 13:17:31 -05:00
infinity-throws-rangeerror.js Add Temporal tests 2021-10-01 14:30:12 -04:00
length.js Add Temporal tests 2021-10-01 14:30:12 -04:00
limits.js Add reference ISO days to PlainYearMonth assertions 2022-05-04 10:15:19 +02:00
missing-arguments.js Add Temporal tests 2021-10-01 14:30:12 -04:00
name.js Add Temporal tests 2021-10-01 14:30:12 -04:00
negative-infinity-throws-rangeerror.js Add Temporal tests 2021-10-01 14:30:12 -04:00
prop-desc.js Add Temporal tests 2021-10-01 14:30:12 -04:00
refisoday-undefined.js Add Temporal tests 2021-10-01 14:30:12 -04:00
subclass.js Fixed #3545 2022-05-31 16:28:31 +02:00