mirror of
https://github.com/tc39/test262.git
synced 2025-11-13 18:29:44 +01:00
Fix lint errors
This commit is contained in:
parent
f1828f3ebf
commit
d50ce09c59
@ -3,7 +3,8 @@
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.instant.prototype.round
|
||||
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]
|
||||
---*/
|
||||
|
||||
@ -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]
|
||||
---*/
|
||||
|
||||
|
||||
@ -3,7 +3,8 @@
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.plaindatetime.prototype.round
|
||||
description: RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign
|
||||
description: >
|
||||
RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign
|
||||
before comparing it
|
||||
includes: [temporalHelpers.js]
|
||||
features: [Temporal]
|
||||
|
||||
@ -3,7 +3,8 @@
|
||||
|
||||
/*---
|
||||
esid: sec-temporal.zoneddatetime.prototype.round
|
||||
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]
|
||||
---*/
|
||||
|
||||
@ -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]
|
||||
---*/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user