mirror of https://github.com/tc39/test262.git
Remove incorrect lines
This commit is contained in:
parent
ee94a2ce7f
commit
bb4729126c
|
@ -5,7 +5,6 @@
|
||||||
esid: sec-temporal.calendar.prototype.daysinmonth
|
esid: sec-temporal.calendar.prototype.daysinmonth
|
||||||
description: Temporal.Calendar.prototype.daysInMonth will take Temporal.PlainDateTime object
|
description: Temporal.Calendar.prototype.daysInMonth will take Temporal.PlainDateTime object
|
||||||
and return the number of days in that month.
|
and return the number of days in that month.
|
||||||
and return Array of the same content.
|
|
||||||
info: |
|
info: |
|
||||||
1. Let calendar be the this value.
|
1. Let calendar be the this value.
|
||||||
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
esid: sec-temporal.calendar.prototype.daysinmonth
|
esid: sec-temporal.calendar.prototype.daysinmonth
|
||||||
description: Temporal.Calendar.prototype.daysInMonth will take Temporal.PlainDate object
|
description: Temporal.Calendar.prototype.daysInMonth will take Temporal.PlainDate object
|
||||||
and return the number of days in that month.
|
and return the number of days in that month.
|
||||||
and return Array of the same content.
|
|
||||||
info: |
|
info: |
|
||||||
1. Let calendar be the this value.
|
1. Let calendar be the this value.
|
||||||
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
esid: sec-temporal.calendar.prototype.daysinmonth
|
esid: sec-temporal.calendar.prototype.daysinmonth
|
||||||
description: Temporal.Calendar.prototype.daysInMonth will take ISO8601 string
|
description: Temporal.Calendar.prototype.daysInMonth will take ISO8601 string
|
||||||
and return the number of days in that month.
|
and return the number of days in that month.
|
||||||
and return Array of the same content.
|
|
||||||
info: |
|
info: |
|
||||||
1. Let calendar be the this value.
|
1. Let calendar be the this value.
|
||||||
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
||||||
|
|
Loading…
Reference in New Issue