mirror of https://github.com/tc39/test262.git
Temporal: Update outdated test descriptions
This commit is contained in:
parent
6c16577f34
commit
d4f49b84ab
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.duration.prototype.add
|
||||
description: A number as relativeTo option is converted to a string, then to Temporal.PlainDate
|
||||
description: A number cannot be used in place of a relativeTo
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.duration.prototype.add
|
||||
description: A number as calendar in relativeTo property bag is converted to a string, then to a calendar
|
||||
description: A number as calendar in relativeTo property bag is invalid
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.duration.prototype.round
|
||||
description: A number as relativeTo option is converted to a string, then to Temporal.PlainDate
|
||||
description: A number cannot be used in place of a relativeTo
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.duration.prototype.subtract
|
||||
description: A number as relativeTo option is converted to a string, then to Temporal.PlainDate
|
||||
description: A number cannot be used in place of a relativeTo
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-temporal.duration.prototype.total
|
||||
description: A number as relativeTo option is converted to a string, then to Temporal.PlainDate
|
||||
description: A number cannot be used in place of a relativeTo
|
||||
features: [Temporal]
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue