mirror of https://github.com/tc39/test262.git
Fix YAML
This commit is contained in:
parent
8ebded4cfa
commit
750ec2b581
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.calendar.prototype.dateuntil
|
esid: sec-temporal.calendar.prototype.dateuntil
|
||||||
description: Temporal.Calendar.prototype.dateUntil with largestUnit: "day"
|
description: Temporal.Calendar.prototype.dateUntil with largestUnit is "day"
|
||||||
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]]).
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.calendar.prototype.dateuntil
|
esid: sec-temporal.calendar.prototype.dateuntil
|
||||||
description: Temporal.Calendar.prototype.dateUntil with largestUnit: "month"
|
description: Temporal.Calendar.prototype.dateUntil with largestUnit is "month"
|
||||||
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]]).
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.calendar.prototype.dateuntil
|
esid: sec-temporal.calendar.prototype.dateuntil
|
||||||
description: Temporal.Calendar.prototype.dateUntil with largestUnit: "week"
|
description: Temporal.Calendar.prototype.dateUntil with largestUnit is "week"
|
||||||
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]]).
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.calendar.prototype.dateuntil
|
esid: sec-temporal.calendar.prototype.dateuntil
|
||||||
description: Temporal.Calendar.prototype.dateUntil with largestUnit: "year"
|
description: Temporal.Calendar.prototype.dateUntil with largestUnit is "year"
|
||||||
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