mirror of
https://github.com/tc39/test262.git
synced 2025-11-18 04:39:44 +01:00
Added Intl.Era-monthcode feature for several tests
This commit is contained in:
parent
c3594286b4
commit
c125a8dc61
@ -5,7 +5,7 @@
|
||||
esid: sec-temporal.plaindate.prototype.since
|
||||
description: Tests balancing of days to months at end of month (chinese calendar)
|
||||
includes: [temporalHelpers.js]
|
||||
features: [Temporal]
|
||||
features: [Temporal, Intl.Era-monthcode]
|
||||
---*/
|
||||
|
||||
const calendar = "chinese";
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
esid: sec-temporal.plaindate.prototype.until
|
||||
description: Tests balancing of days to months at end of month (chinese calendar)
|
||||
includes: [temporalHelpers.js]
|
||||
features: [Temporal]
|
||||
features: [Temporal, Intl.Era-monthcode]
|
||||
---*/
|
||||
|
||||
const calendar = "chinese";
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
/*---
|
||||
esid: sec-temporal.plaindate.prototype.with
|
||||
description: Check constraining leap months when year changes in chinese calendar
|
||||
features: [Temporal]
|
||||
features: [Temporal, Intl.Era-monthcode]
|
||||
includes: [temporalHelpers.js]
|
||||
---*/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user