From 750ec2b5819f55bd1901c6bb7b5e75c088862f84 Mon Sep 17 00:00:00 2001 From: Frank Tang Date: Wed, 4 Aug 2021 17:43:34 -0700 Subject: [PATCH] Fix YAML --- .../Temporal/Calendar/prototype/dateUntil/largest-unit-day.js | 2 +- .../Temporal/Calendar/prototype/dateUntil/largest-unit-month.js | 2 +- .../Temporal/Calendar/prototype/dateUntil/largest-unit-week.js | 2 +- .../Temporal/Calendar/prototype/dateUntil/largest-unit-year.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-day.js b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-day.js index 9b43411db3..530d104afa 100644 --- a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-day.js +++ b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-day.js @@ -3,7 +3,7 @@ /*--- esid: sec-temporal.calendar.prototype.dateuntil -description: Temporal.Calendar.prototype.dateUntil with largestUnit: "day" +description: Temporal.Calendar.prototype.dateUntil with largestUnit is "day" info: | 1. Let calendar be the this value. 2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]). diff --git a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-month.js b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-month.js index fa055aa35c..5953c7886a 100644 --- a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-month.js +++ b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-month.js @@ -3,7 +3,7 @@ /*--- esid: sec-temporal.calendar.prototype.dateuntil -description: Temporal.Calendar.prototype.dateUntil with largestUnit: "month" +description: Temporal.Calendar.prototype.dateUntil with largestUnit is "month" info: | 1. Let calendar be the this value. 2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]). diff --git a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-week.js b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-week.js index 12031ec319..757794631b 100644 --- a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-week.js +++ b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-week.js @@ -3,7 +3,7 @@ /*--- esid: sec-temporal.calendar.prototype.dateuntil -description: Temporal.Calendar.prototype.dateUntil with largestUnit: "week" +description: Temporal.Calendar.prototype.dateUntil with largestUnit is "week" info: | 1. Let calendar be the this value. 2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]). diff --git a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-year.js b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-year.js index c1a01c5669..03773ec893 100644 --- a/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-year.js +++ b/test/built-ins/Temporal/Calendar/prototype/dateUntil/largest-unit-year.js @@ -3,7 +3,7 @@ /*--- esid: sec-temporal.calendar.prototype.dateuntil -description: Temporal.Calendar.prototype.dateUntil with largestUnit: "year" +description: Temporal.Calendar.prototype.dateUntil with largestUnit is "year" info: | 1. Let calendar be the this value. 2. Perform ? RequireInternalSlot(calendar, [[InitializedTemporalCalendar]]).