mirror of https://github.com/tc39/test262.git
Fix YAML
This commit is contained in:
parent
721245be53
commit
b58e01afca
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dateuntil
|
||||
description: Temporal.Calendar.prototype.dateUntil with largestUnit: "day"
|
||||
description: Temporal.Calendar.prototype.dateUntil with largestUnit === "day"
|
||||
info: |
|
||||
1. Let calendar be the this value.
|
||||
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dateuntil
|
||||
description: Temporal.Calendar.prototype.dateUntil with largestUnit: "month"
|
||||
description: Temporal.Calendar.prototype.dateUntil with largestUnit === "month"
|
||||
info: |
|
||||
1. Let calendar be the this value.
|
||||
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dateuntil
|
||||
description: Temporal.Calendar.prototype.dateUntil with largestUnit: "week"
|
||||
description: Temporal.Calendar.prototype.dateUntil with largestUnit === "week"
|
||||
info: |
|
||||
1. Let calendar be the this value.
|
||||
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dateuntil
|
||||
description: Temporal.Calendar.prototype.dateUntil with largestUnit: "year"
|
||||
description: Temporal.Calendar.prototype.dateUntil with largestUnit === "year"
|
||||
info: |
|
||||
1. Let calendar be the this value.
|
||||
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
||||
|
|
Loading…
Reference in New Issue