mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Fix YAML indent issue
This commit is contained in:
parent
2d480d4c76
commit
d554db9438
test/built-ins/Temporal/Calendar/prototype
@ -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…
x
Reference in New Issue
Block a user