diff --git a/test/staging/Temporal/Regex/old/duration.js b/test/built-ins/Temporal/Duration/from/basic.js similarity index 97% rename from test/staging/Temporal/Regex/old/duration.js rename to test/built-ins/Temporal/Duration/from/basic.js index d78e5cdfb97..ba78af26a06 100644 --- a/test/staging/Temporal/Regex/old/duration.js +++ b/test/built-ins/Temporal/Duration/from/basic.js @@ -2,8 +2,8 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-duration-objects -description: Temporal.Duration works as expected +esid: sec-temporal.duration.from +description: Temporal.Duration.from works as expected features: [Temporal] ---*/ diff --git a/test/staging/Temporal/Regex/old/instant.js b/test/built-ins/Temporal/Instant/from/miscellaneous.js similarity index 97% rename from test/staging/Temporal/Regex/old/instant.js rename to test/built-ins/Temporal/Instant/from/miscellaneous.js index aebde59ffad..90cb1248752 100644 --- a/test/staging/Temporal/Regex/old/instant.js +++ b/test/built-ins/Temporal/Instant/from/miscellaneous.js @@ -2,8 +2,8 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-instant-objects -description: Temporal.Instant works as expected +esid: sec-temporal.instant.from +description: Temporal.Instant.from works as expected features: [Temporal] ---*/ diff --git a/test/staging/Temporal/Regex/old/plaindate.js b/test/built-ins/Temporal/PlainDate/from/basic.js similarity index 94% rename from test/staging/Temporal/Regex/old/plaindate.js rename to test/built-ins/Temporal/PlainDate/from/basic.js index 87b959f38fb..f9ddbdba996 100644 --- a/test/staging/Temporal/Regex/old/plaindate.js +++ b/test/built-ins/Temporal/PlainDate/from/basic.js @@ -2,8 +2,8 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plainedate-objects -description: Temporal.PlainDate works as expected +esid: sec-temporal.plaindate.from +description: Temporal.PlainDate.from works as expected features: [Temporal] ---*/ diff --git a/test/staging/Temporal/Regex/old/plaindatetime.js b/test/built-ins/Temporal/PlainDateTime/from/basic.js similarity index 94% rename from test/staging/Temporal/Regex/old/plaindatetime.js rename to test/built-ins/Temporal/PlainDateTime/from/basic.js index 5526082d398..56d56aa99ba 100644 --- a/test/staging/Temporal/Regex/old/plaindatetime.js +++ b/test/built-ins/Temporal/PlainDateTime/from/basic.js @@ -2,8 +2,8 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plaindatetime-objects -description: Temporal.PlainDateTime works as expected +esid: sec-temporal.plaindatetime.from +description: Temporal.PlainDateTime.from works as expected features: [Temporal] ---*/ diff --git a/test/staging/Temporal/Regex/old/plainmonthday.js b/test/built-ins/Temporal/PlainMonthDay/from/miscellaneous.js similarity index 94% rename from test/staging/Temporal/Regex/old/plainmonthday.js rename to test/built-ins/Temporal/PlainMonthDay/from/miscellaneous.js index 98ddc0ba199..76e2a4521f6 100644 --- a/test/staging/Temporal/Regex/old/plainmonthday.js +++ b/test/built-ins/Temporal/PlainMonthDay/from/miscellaneous.js @@ -2,8 +2,8 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plainmonthday-objects -description: Temporal.PlainMonthDay works as expected +esid: sec-temporal.plainmonthday.from +description: Temporal.PlainMonthDay.from works as expected features: [Temporal] ---*/ diff --git a/test/staging/Temporal/Regex/old/plaintime.js b/test/built-ins/Temporal/PlainTime/from/basic.js similarity index 94% rename from test/staging/Temporal/Regex/old/plaintime.js rename to test/built-ins/Temporal/PlainTime/from/basic.js index 1055bc89644..24e2ca32c52 100644 --- a/test/staging/Temporal/Regex/old/plaintime.js +++ b/test/built-ins/Temporal/PlainTime/from/basic.js @@ -2,8 +2,8 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plaintime-objects -description: Temporal.PlainTime works as expected +esid: sec-temporal.plaintime.from +description: Temporal.PlainTime.from works as expected features: [Temporal] ---*/ diff --git a/test/staging/Temporal/Regex/old/plainyearmonth.js b/test/built-ins/Temporal/PlainYearMonth/miscellaneous.js similarity index 94% rename from test/staging/Temporal/Regex/old/plainyearmonth.js rename to test/built-ins/Temporal/PlainYearMonth/miscellaneous.js index f6b1927c56a..6d0eec5e300 100644 --- a/test/staging/Temporal/Regex/old/plainyearmonth.js +++ b/test/built-ins/Temporal/PlainYearMonth/miscellaneous.js @@ -2,8 +2,8 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-temporal-plainyearmonth-objects -description: Temporal.PlainYearMonth works as expected +esid: sec-temporal-plainyearmonth.from +description: Temporal.PlainYearMonth.from works as expected features: [Temporal] ---*/