mirror of https://github.com/tc39/test262.git
Replace %%%conversion_target%%% with PlainDate
This commit is contained in:
parent
3ddfa0cd13
commit
caaeb2bc90
|
@ -5,7 +5,7 @@
|
|||
esid: sec-temporal.calendar.prototype.dateuntil
|
||||
description: >
|
||||
RangeError thrown if an invalid ISO string (or syntactically valid ISO string
|
||||
that is not supported) is used as a %%%conversion_target%%%
|
||||
that is not supported) is used as a PlainDate
|
||||
features: [Temporal, arrow-function]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
esid: sec-temporal.plaindate.compare
|
||||
description: >
|
||||
RangeError thrown if an invalid ISO string (or syntactically valid ISO string
|
||||
that is not supported) is used as a %%%conversion_target%%%
|
||||
that is not supported) is used as a PlainDate
|
||||
features: [Temporal, arrow-function]
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue