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,8 +3,9 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.instant.prototype.round
|
esid: sec-temporal.instant.prototype.round
|
||||||
description: RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign
|
description: >
|
||||||
before comparing it
|
RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign
|
||||||
|
before comparing it
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.instant.prototype.tostring
|
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]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -3,8 +3,9 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.plaindatetime.prototype.round
|
esid: sec-temporal.plaindatetime.prototype.round
|
||||||
description: RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign
|
description: >
|
||||||
before comparing it
|
RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign
|
||||||
|
before comparing it
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|||||||
@ -3,8 +3,9 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.zoneddatetime.prototype.round
|
esid: sec-temporal.zoneddatetime.prototype.round
|
||||||
description: RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign
|
description: >
|
||||||
before comparing it
|
RoundNumberToIncrementAsIfPositive should multiply the remainder by an extra sign
|
||||||
|
before comparing it
|
||||||
features: [Temporal]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.zoneddatetime.prototype.tostring
|
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]
|
features: [Temporal]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user