diff --git a/test/built-ins/Temporal/Calendar/prototype/fields/long-input.js b/test/built-ins/Temporal/Calendar/prototype/fields/long-input.js index afb7207d02..16004eeecf 100644 --- a/test/built-ins/Temporal/Calendar/prototype/fields/long-input.js +++ b/test/built-ins/Temporal/Calendar/prototype/fields/long-input.js @@ -3,7 +3,8 @@ /*--- esid: sec-temporal.calendar.prototype.fields -description: Temporal.Calendar.prototype.fields will take iterable of any size and any string +description: > + Temporal.Calendar.prototype.fields will take iterable of any size and any string and return Array of the same content. info: | ## 12.4.21 Temporal.Calendar.prototype.fields ( fields ) diff --git a/test/intl402/DateTimeFormat/constructor-options-timeZoneName-invalid.js b/test/intl402/DateTimeFormat/constructor-options-timeZoneName-invalid.js index 67bd8c604d..77957765f7 100644 --- a/test/intl402/DateTimeFormat/constructor-options-timeZoneName-invalid.js +++ b/test/intl402/DateTimeFormat/constructor-options-timeZoneName-invalid.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-initializedatetimeformat -description: +description: > Invalid values for the `timeZoneName` option of the DateTimeFormat constructor features: [Intl.DateTimeFormat-extend-timezonename] ---*/ diff --git a/test/intl402/DateTimeFormat/constructor-options-timeZoneName-valid.js b/test/intl402/DateTimeFormat/constructor-options-timeZoneName-valid.js index eb64b7407d..1af9bd2f1a 100644 --- a/test/intl402/DateTimeFormat/constructor-options-timeZoneName-valid.js +++ b/test/intl402/DateTimeFormat/constructor-options-timeZoneName-valid.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-initializedatetimeformat -description: +description: > Valid values for the `timeZoneName` option of the DateTimeFormat constructor features: [Intl.DateTimeFormat-extend-timezonename] ---*/