From d554db9438ea751763eb325be45ebe7b37272bff Mon Sep 17 00:00:00 2001 From: Frank Tang Date: Tue, 20 Jul 2021 01:21:18 -0700 Subject: [PATCH] Fix YAML indent issue --- .../Temporal/Calendar/prototype/dayOfWeek/plain-date-time.js | 1 - .../Temporal/Calendar/prototype/dayOfWeek/plain-date.js | 1 - test/built-ins/Temporal/Calendar/prototype/dayOfWeek/string.js | 1 - .../Temporal/Calendar/prototype/dayOfYear/plain-date-time.js | 3 +-- .../Temporal/Calendar/prototype/dayOfYear/plain-date.js | 3 +-- test/built-ins/Temporal/Calendar/prototype/dayOfYear/string.js | 3 +-- 6 files changed, 3 insertions(+), 9 deletions(-) diff --git a/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/plain-date-time.js b/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/plain-date-time.js index 0b12240785..38c27e827f 100644 --- a/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/plain-date-time.js +++ b/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/plain-date-time.js @@ -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]]). diff --git a/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/plain-date.js b/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/plain-date.js index 34f7da6d02..c94b757a6d 100644 --- a/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/plain-date.js +++ b/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/plain-date.js @@ -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]]). diff --git a/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/string.js b/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/string.js index 4b42a87f9a..55353170d2 100644 --- a/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/string.js +++ b/test/built-ins/Temporal/Calendar/prototype/dayOfWeek/string.js @@ -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]]). diff --git a/test/built-ins/Temporal/Calendar/prototype/dayOfYear/plain-date-time.js b/test/built-ins/Temporal/Calendar/prototype/dayOfYear/plain-date-time.js index f90e7ec44d..892085feb1 100644 --- a/test/built-ins/Temporal/Calendar/prototype/dayOfYear/plain-date-time.js +++ b/test/built-ins/Temporal/Calendar/prototype/dayOfYear/plain-date-time.js @@ -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]]). diff --git a/test/built-ins/Temporal/Calendar/prototype/dayOfYear/plain-date.js b/test/built-ins/Temporal/Calendar/prototype/dayOfYear/plain-date.js index 5e80fa49e8..137d2ccb5a 100644 --- a/test/built-ins/Temporal/Calendar/prototype/dayOfYear/plain-date.js +++ b/test/built-ins/Temporal/Calendar/prototype/dayOfYear/plain-date.js @@ -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]]). diff --git a/test/built-ins/Temporal/Calendar/prototype/dayOfYear/string.js b/test/built-ins/Temporal/Calendar/prototype/dayOfYear/string.js index 9c39583bd2..e7276cc0f4 100644 --- a/test/built-ins/Temporal/Calendar/prototype/dayOfYear/string.js +++ b/test/built-ins/Temporal/Calendar/prototype/dayOfYear/string.js @@ -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]]).