diff --git a/test/built-ins/Temporal/Instant/prototype/round/negative-instant.js b/test/built-ins/Temporal/Instant/prototype/round/negative-instant.js index ca249b25e6..8b27f818a5 100644 --- a/test/built-ins/Temporal/Instant/prototype/round/negative-instant.js +++ b/test/built-ins/Temporal/Instant/prototype/round/negative-instant.js @@ -3,8 +3,9 @@ /*--- esid: sec-temporal.instant.prototype.round -description: RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign - before comparing it +description: > + RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign + before comparing it features: [Temporal] ---*/ diff --git a/test/built-ins/Temporal/Instant/prototype/toString/negative-instant-rounding.js b/test/built-ins/Temporal/Instant/prototype/toString/negative-instant-rounding.js index 9043336f3d..5d829b326f 100644 --- a/test/built-ins/Temporal/Instant/prototype/toString/negative-instant-rounding.js +++ b/test/built-ins/Temporal/Instant/prototype/toString/negative-instant-rounding.js @@ -3,7 +3,9 @@ /*--- esid: sec-temporal.instant.prototype.tostring -description: RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign +description: > + RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign + before comparing it. features: [Temporal] ---*/ diff --git a/test/built-ins/Temporal/PlainDateTime/prototype/round/negative-time.js b/test/built-ins/Temporal/PlainDateTime/prototype/round/negative-time.js index 3ac73a7ebe..357c6fd78c 100644 --- a/test/built-ins/Temporal/PlainDateTime/prototype/round/negative-time.js +++ b/test/built-ins/Temporal/PlainDateTime/prototype/round/negative-time.js @@ -3,8 +3,9 @@ /*--- esid: sec-temporal.plaindatetime.prototype.round -description: RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign - before comparing it +description: > + RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign + before comparing it includes: [temporalHelpers.js] features: [Temporal] ---*/ diff --git a/test/built-ins/Temporal/ZonedDateTime/prototype/round/negative-time.js b/test/built-ins/Temporal/ZonedDateTime/prototype/round/negative-time.js index ba9444dcd4..5c535ba5ff 100644 --- a/test/built-ins/Temporal/ZonedDateTime/prototype/round/negative-time.js +++ b/test/built-ins/Temporal/ZonedDateTime/prototype/round/negative-time.js @@ -3,8 +3,9 @@ /*--- esid: sec-temporal.zoneddatetime.prototype.round -description: RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign - before comparing it +description: > + RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign + before comparing it features: [Temporal] ---*/ diff --git a/test/built-ins/Temporal/ZonedDateTime/prototype/toString/negative-zoneddatetime-rounding.js b/test/built-ins/Temporal/ZonedDateTime/prototype/toString/negative-zoneddatetime-rounding.js index 46ab60605a..d02f8c549a 100644 --- a/test/built-ins/Temporal/ZonedDateTime/prototype/toString/negative-zoneddatetime-rounding.js +++ b/test/built-ins/Temporal/ZonedDateTime/prototype/toString/negative-zoneddatetime-rounding.js @@ -3,7 +3,9 @@ /*--- esid: sec-temporal.zoneddatetime.prototype.tostring -description: RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign +description: > + RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign + before comparing it. features: [Temporal] ---*/