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
|
esid: sec-temporal.calendar.prototype.dayofweek
|
||||||
description: Temporal.Calendar.prototype.dayOfWeek will take Temporal.PlainDateTime objects
|
description: Temporal.Calendar.prototype.dayOfWeek will take Temporal.PlainDateTime objects
|
||||||
and return the day of week.
|
and return the day of 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]]).
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
esid: sec-temporal.calendar.prototype.dayofweek
|
esid: sec-temporal.calendar.prototype.dayofweek
|
||||||
description: Temporal.Calendar.prototype.dayOfWeek will take Temporal.PlainDate objects
|
description: Temporal.Calendar.prototype.dayOfWeek will take Temporal.PlainDate objects
|
||||||
and return the day of week.
|
and return the day of 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]]).
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
esid: sec-temporal.calendar.prototype.dayofweek
|
esid: sec-temporal.calendar.prototype.dayofweek
|
||||||
description: Temporal.Calendar.prototype.dayOfWeek will take ISO8601 string
|
description: Temporal.Calendar.prototype.dayOfWeek will take ISO8601 string
|
||||||
and return the day of week.
|
and return the day of 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]]).
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.calendar.prototype.dayofyear
|
esid: sec-temporal.calendar.prototype.dayofyear
|
||||||
description: Temporal.Calendar.prototype.dayOfYear will take PlainDateTime object and
|
description: Temporal.Calendar.prototype.dayOfYear will take PlainDateTime object and
|
||||||
return the day of year.
|
return the day of year.
|
||||||
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]]).
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.calendar.prototype.dayofyear
|
esid: sec-temporal.calendar.prototype.dayofyear
|
||||||
description: Temporal.Calendar.prototype.dayOfYear will take PlainDate object and
|
description: Temporal.Calendar.prototype.dayOfYear will take PlainDate object and
|
||||||
return the day of year.
|
return the day of year.
|
||||||
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]]).
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.calendar.prototype.dayofyear
|
esid: sec-temporal.calendar.prototype.dayofyear
|
||||||
description: Temporal.Calendar.prototype.dayOfYear will take ISO8601 string and
|
description: Temporal.Calendar.prototype.dayOfYear will take ISO8601 string and
|
||||||
return the day of year.
|
return the day of year.
|
||||||
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