mirror of
https://github.com/tc39/test262.git
synced 2025-11-29 18:13:13 +01:00
Intl Era Monthcode: Add feature missing from front matter (#4687)
This commit is contained in:
parent
cff5686028
commit
eb438e25e0
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.plaindate.prototype.add
|
esid: sec-temporal.plaindate.prototype.add
|
||||||
description: Basic addition and subtraction in the hebrew calendar
|
description: Basic addition and subtraction in the hebrew calendar
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindate.prototype.since
|
esid: sec-temporal.plaindate.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (buddhist calendar)
|
description: Tests balancing of days to months at end of month (buddhist calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "buddhist";
|
const calendar = "buddhist";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindate.prototype.since
|
esid: sec-temporal.plaindate.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (dangi calendar)
|
description: Tests balancing of days to months at end of month (dangi calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "dangi";
|
const calendar = "dangi";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindate.prototype.since
|
esid: sec-temporal.plaindate.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (gregory calendar)
|
description: Tests balancing of days to months at end of month (gregory calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "gregory";
|
const calendar = "gregory";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindate.prototype.since
|
esid: sec-temporal.plaindate.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (japanese calendar)
|
description: Tests balancing of days to months at end of month (japanese calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "japanese";
|
const calendar = "japanese";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindate.prototype.since
|
esid: sec-temporal.plaindate.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (roc calendar)
|
description: Tests balancing of days to months at end of month (roc calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "roc";
|
const calendar = "roc";
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.plaindate.prototype.subtract
|
esid: sec-temporal.plaindate.prototype.subtract
|
||||||
description: Basic addition and subtraction in the hebrew calendar
|
description: Basic addition and subtraction in the hebrew calendar
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindate.prototype.until
|
esid: sec-temporal.plaindate.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (buddhist calendar)
|
description: Tests balancing of days to months at end of month (buddhist calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "buddhist";
|
const calendar = "buddhist";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindate.prototype.until
|
esid: sec-temporal.plaindate.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (dangi calendar)
|
description: Tests balancing of days to months at end of month (dangi calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "dangi";
|
const calendar = "dangi";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindate.prototype.until
|
esid: sec-temporal.plaindate.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (gregory calendar)
|
description: Tests balancing of days to months at end of month (gregory calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "gregory";
|
const calendar = "gregory";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindate.prototype.until
|
esid: sec-temporal.plaindate.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (japanese calendar)
|
description: Tests balancing of days to months at end of month (japanese calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "japanese";
|
const calendar = "japanese";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindate.prototype.until
|
esid: sec-temporal.plaindate.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (roc calendar)
|
description: Tests balancing of days to months at end of month (roc calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "roc";
|
const calendar = "roc";
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.plaindate.prototype.with
|
esid: sec-temporal.plaindate.prototype.with
|
||||||
description: Check constraining leap months when year changes in dangi calendar
|
description: Check constraining leap months when year changes in dangi calendar
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.plaindate.prototype.with
|
esid: sec-temporal.plaindate.prototype.with
|
||||||
description: Check constraining leap months when year changes in hebrew calendar
|
description: Check constraining leap months when year changes in hebrew calendar
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.plaindatetime.prototype.add
|
esid: sec-temporal.plaindatetime.prototype.add
|
||||||
description: Basic addition and subtraction in the hebrew calendar
|
description: Basic addition and subtraction in the hebrew calendar
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindatetime.prototype.since
|
esid: sec-temporal.plaindatetime.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (buddhist calendar)
|
description: Tests balancing of days to months at end of month (buddhist calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "buddhist";
|
const calendar = "buddhist";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindatetime.prototype.since
|
esid: sec-temporal.plaindatetime.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (chinese calendar)
|
description: Tests balancing of days to months at end of month (chinese calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "chinese";
|
const calendar = "chinese";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindatetime.prototype.since
|
esid: sec-temporal.plaindatetime.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (dangi calendar)
|
description: Tests balancing of days to months at end of month (dangi calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "dangi";
|
const calendar = "dangi";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindatetime.prototype.since
|
esid: sec-temporal.plaindatetime.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (gregory calendar)
|
description: Tests balancing of days to months at end of month (gregory calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "gregory";
|
const calendar = "gregory";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindatetime.prototype.since
|
esid: sec-temporal.plaindatetime.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (japanese calendar)
|
description: Tests balancing of days to months at end of month (japanese calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "japanese";
|
const calendar = "japanese";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindatetime.prototype.since
|
esid: sec-temporal.plaindatetime.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (roc calendar)
|
description: Tests balancing of days to months at end of month (roc calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "roc";
|
const calendar = "roc";
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.plaindatetime.prototype.subtract
|
esid: sec-temporal.plaindatetime.prototype.subtract
|
||||||
description: Basic addition and subtraction in the hebrew calendar
|
description: Basic addition and subtraction in the hebrew calendar
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindatetime.prototype.until
|
esid: sec-temporal.plaindatetime.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (buddhist calendar)
|
description: Tests balancing of days to months at end of month (buddhist calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "buddhist";
|
const calendar = "buddhist";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindatetime.prototype.until
|
esid: sec-temporal.plaindatetime.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (chinese calendar)
|
description: Tests balancing of days to months at end of month (chinese calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "chinese";
|
const calendar = "chinese";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindatetime.prototype.until
|
esid: sec-temporal.plaindatetime.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (dangi calendar)
|
description: Tests balancing of days to months at end of month (dangi calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "dangi";
|
const calendar = "dangi";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindatetime.prototype.until
|
esid: sec-temporal.plaindatetime.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (gregory calendar)
|
description: Tests balancing of days to months at end of month (gregory calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "gregory";
|
const calendar = "gregory";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindatetime.prototype.until
|
esid: sec-temporal.plaindatetime.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (japanese calendar)
|
description: Tests balancing of days to months at end of month (japanese calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "japanese";
|
const calendar = "japanese";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.plaindatetime.prototype.until
|
esid: sec-temporal.plaindatetime.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (roc calendar)
|
description: Tests balancing of days to months at end of month (roc calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "roc";
|
const calendar = "roc";
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.plaindatetime.prototype.with
|
esid: sec-temporal.plaindatetime.prototype.with
|
||||||
description: Check constraining leap months when year changes in chinese calendar
|
description: Check constraining leap months when year changes in chinese calendar
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.plaindatetime.prototype.with
|
esid: sec-temporal.plaindatetime.prototype.with
|
||||||
description: Check constraining leap months when year changes in dangi calendar
|
description: Check constraining leap months when year changes in dangi calendar
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.plaindatetime.prototype.with
|
esid: sec-temporal.plaindatetime.prototype.with
|
||||||
description: Check constraining leap months when year changes in hebrew calendar
|
description: Check constraining leap months when year changes in hebrew calendar
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.zoneddatetime.prototype.add
|
esid: sec-temporal.zoneddatetime.prototype.add
|
||||||
description: Basic addition and subtraction in the hebrew calendar
|
description: Basic addition and subtraction in the hebrew calendar
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.zoneddatetime.prototype.since
|
esid: sec-temporal.zoneddatetime.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (buddhist calendar)
|
description: Tests balancing of days to months at end of month (buddhist calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "buddhist";
|
const calendar = "buddhist";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.zoneddatetime.prototype.since
|
esid: sec-temporal.zoneddatetime.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (chinese calendar)
|
description: Tests balancing of days to months at end of month (chinese calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "chinese";
|
const calendar = "chinese";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.zoneddatetime.prototype.since
|
esid: sec-temporal.zoneddatetime.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (dangi calendar)
|
description: Tests balancing of days to months at end of month (dangi calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "dangi";
|
const calendar = "dangi";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.zoneddatetime.prototype.since
|
esid: sec-temporal.zoneddatetime.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (gregory calendar)
|
description: Tests balancing of days to months at end of month (gregory calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "gregory";
|
const calendar = "gregory";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.zoneddatetime.prototype.since
|
esid: sec-temporal.zoneddatetime.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (japanese calendar)
|
description: Tests balancing of days to months at end of month (japanese calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "japanese";
|
const calendar = "japanese";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.zoneddatetime.prototype.since
|
esid: sec-temporal.zoneddatetime.prototype.since
|
||||||
description: Tests balancing of days to months at end of month (roc calendar)
|
description: Tests balancing of days to months at end of month (roc calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "roc";
|
const calendar = "roc";
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.zoneddatetime.prototype.subtract
|
esid: sec-temporal.zoneddatetime.prototype.subtract
|
||||||
description: Basic addition and subtraction in the hebrew calendar
|
description: Basic addition and subtraction in the hebrew calendar
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.zoneddatetime.prototype.until
|
esid: sec-temporal.zoneddatetime.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (buddhist calendar)
|
description: Tests balancing of days to months at end of month (buddhist calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "buddhist";
|
const calendar = "buddhist";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.zoneddatetime.prototype.until
|
esid: sec-temporal.zoneddatetime.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (chinese calendar)
|
description: Tests balancing of days to months at end of month (chinese calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "chinese";
|
const calendar = "chinese";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.zoneddatetime.prototype.until
|
esid: sec-temporal.zoneddatetime.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (dangi calendar)
|
description: Tests balancing of days to months at end of month (dangi calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "dangi";
|
const calendar = "dangi";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.zoneddatetime.prototype.until
|
esid: sec-temporal.zoneddatetime.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (gregory calendar)
|
description: Tests balancing of days to months at end of month (gregory calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "gregory";
|
const calendar = "gregory";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.zoneddatetime.prototype.until
|
esid: sec-temporal.zoneddatetime.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (japanese calendar)
|
description: Tests balancing of days to months at end of month (japanese calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "japanese";
|
const calendar = "japanese";
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
esid: sec-temporal.zoneddatetime.prototype.until
|
esid: sec-temporal.zoneddatetime.prototype.until
|
||||||
description: Tests balancing of days to months at end of month (roc calendar)
|
description: Tests balancing of days to months at end of month (roc calendar)
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
const calendar = "roc";
|
const calendar = "roc";
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.zoneddatetime.prototype.with
|
esid: sec-temporal.zoneddatetime.prototype.with
|
||||||
description: Check constraining leap months when year changes in chinese calendar
|
description: Check constraining leap months when year changes in chinese calendar
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.zoneddatetime.prototype.with
|
esid: sec-temporal.zoneddatetime.prototype.with
|
||||||
description: Check constraining leap months when year changes in dangi calendar
|
description: Check constraining leap months when year changes in dangi calendar
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-temporal.zoneddatetime.prototype.with
|
esid: sec-temporal.zoneddatetime.prototype.with
|
||||||
description: Check constraining leap months when year changes in hebrew calendar
|
description: Check constraining leap months when year changes in hebrew calendar
|
||||||
features: [Temporal]
|
features: [Temporal, Intl.Era-monthcode]
|
||||||
includes: [temporalHelpers.js]
|
includes: [temporalHelpers.js]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user