From 7708262a21785d8ed188b89272e3341c6453909e Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Wed, 18 May 2022 11:31:40 -0700 Subject: [PATCH] Update ESIDs of Temporal.*.prototype properties These ESIDs were updated to use dots instead of dashes, to be more consistent with the ESIDs of other properties. --- test/built-ins/Temporal/Duration/prototype/prop-desc.js | 2 +- test/built-ins/Temporal/Instant/prototype/prop-desc.js | 2 +- test/built-ins/Temporal/PlainDate/prototype/prop-desc.js | 2 +- test/built-ins/Temporal/PlainDateTime/prototype/prop-desc.js | 2 +- test/built-ins/Temporal/PlainMonthDay/prototype/prop-desc.js | 2 +- test/built-ins/Temporal/PlainTime/prototype/prop-desc.js | 2 +- test/built-ins/Temporal/PlainYearMonth/prototype/prop-desc.js | 2 +- test/built-ins/Temporal/ZonedDateTime/prototype/prop-desc.js | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/built-ins/Temporal/Duration/prototype/prop-desc.js b/test/built-ins/Temporal/Duration/prototype/prop-desc.js index b9fe480608..54c25e8fc6 100644 --- a/test/built-ins/Temporal/Duration/prototype/prop-desc.js +++ b/test/built-ins/Temporal/Duration/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-duration-prototype +esid: sec-temporal.duration.prototype description: The "prototype" property of Temporal.Duration includes: [propertyHelper.js] features: [Temporal] diff --git a/test/built-ins/Temporal/Instant/prototype/prop-desc.js b/test/built-ins/Temporal/Instant/prototype/prop-desc.js index 77af03ff51..98a74d5f09 100644 --- a/test/built-ins/Temporal/Instant/prototype/prop-desc.js +++ b/test/built-ins/Temporal/Instant/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-instant-prototype +esid: sec-temporal.instant.prototype description: The "prototype" property of Temporal.Instant includes: [propertyHelper.js] features: [Temporal] diff --git a/test/built-ins/Temporal/PlainDate/prototype/prop-desc.js b/test/built-ins/Temporal/PlainDate/prototype/prop-desc.js index 89e4eb9346..e5662adf38 100644 --- a/test/built-ins/Temporal/PlainDate/prototype/prop-desc.js +++ b/test/built-ins/Temporal/PlainDate/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plaindate-prototype +esid: sec-temporal.plaindate.prototype description: The "prototype" property of Temporal.PlainDate includes: [propertyHelper.js] features: [Temporal] diff --git a/test/built-ins/Temporal/PlainDateTime/prototype/prop-desc.js b/test/built-ins/Temporal/PlainDateTime/prototype/prop-desc.js index e93bcb987a..b09bb398f2 100644 --- a/test/built-ins/Temporal/PlainDateTime/prototype/prop-desc.js +++ b/test/built-ins/Temporal/PlainDateTime/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plaindatetime-prototype +esid: sec-temporal.plaindatetime.prototype description: The "prototype" property of Temporal.PlainDateTime includes: [propertyHelper.js] features: [Temporal] diff --git a/test/built-ins/Temporal/PlainMonthDay/prototype/prop-desc.js b/test/built-ins/Temporal/PlainMonthDay/prototype/prop-desc.js index 200a51d839..912e5755ae 100644 --- a/test/built-ins/Temporal/PlainMonthDay/prototype/prop-desc.js +++ b/test/built-ins/Temporal/PlainMonthDay/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plainmonthday-prototype +esid: sec-temporal.plainmonthday.prototype description: The "prototype" property of Temporal.PlainMonthDay includes: [propertyHelper.js] features: [Temporal] diff --git a/test/built-ins/Temporal/PlainTime/prototype/prop-desc.js b/test/built-ins/Temporal/PlainTime/prototype/prop-desc.js index 7b000b1aa7..a5da300792 100644 --- a/test/built-ins/Temporal/PlainTime/prototype/prop-desc.js +++ b/test/built-ins/Temporal/PlainTime/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plaintime-prototype +esid: sec-temporal.plaintime.prototype description: The "prototype" property of Temporal.PlainTime includes: [propertyHelper.js] features: [Temporal] diff --git a/test/built-ins/Temporal/PlainYearMonth/prototype/prop-desc.js b/test/built-ins/Temporal/PlainYearMonth/prototype/prop-desc.js index b7567778e2..adc735194d 100644 --- a/test/built-ins/Temporal/PlainYearMonth/prototype/prop-desc.js +++ b/test/built-ins/Temporal/PlainYearMonth/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plainyearmonth-prototype +esid: sec-temporal.plainyearmonth.prototype description: The "prototype" property of Temporal.PlainYearMonth includes: [propertyHelper.js] features: [Temporal] diff --git a/test/built-ins/Temporal/ZonedDateTime/prototype/prop-desc.js b/test/built-ins/Temporal/ZonedDateTime/prototype/prop-desc.js index 17061e5b51..6148dbd1f8 100644 --- a/test/built-ins/Temporal/ZonedDateTime/prototype/prop-desc.js +++ b/test/built-ins/Temporal/ZonedDateTime/prototype/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-zoneddatetime-prototype +esid: sec-temporal.zoneddatetime.prototype description: The "prototype" property of Temporal.ZonedDateTime includes: [propertyHelper.js] features: [Temporal]