From d50ce09c598bff35b3f7acd2a2a31f40a214de01 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Mon, 3 Nov 2025 15:17:28 -0800 Subject: [PATCH] Fix lint errors --- .../Temporal/Instant/prototype/round/negative-instant.js | 5 +++-- .../Instant/prototype/toString/negative-instant-rounding.js | 4 +++- .../Temporal/PlainDateTime/prototype/round/negative-time.js | 5 +++-- .../Temporal/ZonedDateTime/prototype/round/negative-time.js | 5 +++-- .../prototype/toString/negative-zoneddatetime-rounding.js | 4 +++- 5 files changed, 15 insertions(+), 8 deletions(-) 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] ---*/