Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporal: Move tests out of staging/Temporal/Regex/old and into test/built-ins #4286

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---*/

Expand Down
Loading