mirror of https://github.com/tc39/test262.git
Fix YAML indent issue
This commit is contained in:
parent
2d480d4c76
commit
d554db9438
|
@ -5,7 +5,6 @@
|
|||
esid: sec-temporal.calendar.prototype.dayofweek
|
||||
description: Temporal.Calendar.prototype.dayOfWeek will take Temporal.PlainDateTime objects
|
||||
and return the day of week.
|
||||
|
||||
info: |
|
||||
1. Let calendar be the this value.
|
||||
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
esid: sec-temporal.calendar.prototype.dayofweek
|
||||
description: Temporal.Calendar.prototype.dayOfWeek will take Temporal.PlainDate objects
|
||||
and return the day of week.
|
||||
|
||||
info: |
|
||||
1. Let calendar be the this value.
|
||||
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
esid: sec-temporal.calendar.prototype.dayofweek
|
||||
description: Temporal.Calendar.prototype.dayOfWeek will take ISO8601 string
|
||||
and return the day of week.
|
||||
|
||||
info: |
|
||||
1. Let calendar be the this value.
|
||||
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dayofyear
|
||||
description: Temporal.Calendar.prototype.dayOfYear will take PlainDateTime object and
|
||||
return the day of year.
|
||||
and return Array of the same content.
|
||||
return the day of year.
|
||||
info: |
|
||||
1. Let calendar be the this value.
|
||||
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dayofyear
|
||||
description: Temporal.Calendar.prototype.dayOfYear will take PlainDate object and
|
||||
return the day of year.
|
||||
and return Array of the same content.
|
||||
return the day of year.
|
||||
info: |
|
||||
1. Let calendar be the this value.
|
||||
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
/*---
|
||||
esid: sec-temporal.calendar.prototype.dayofyear
|
||||
description: Temporal.Calendar.prototype.dayOfYear will take ISO8601 string and
|
||||
return the day of year.
|
||||
and return Array of the same content.
|
||||
return the day of year.
|
||||
info: |
|
||||
1. Let calendar be the this value.
|
||||
2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).
|
||||
|
|
Loading…
Reference in New Issue