From 97967a37b3ac8fd38571bb00d0a7ef21cd6c92fd Mon Sep 17 00:00:00 2001 From: Frank Tang Date: Thu, 5 Aug 2021 14:33:19 -0700 Subject: [PATCH] fix id --- .../Temporal/Calendar/prototype/monthCode/month-day.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/built-ins/Temporal/Calendar/prototype/monthCode/month-day.js b/test/built-ins/Temporal/Calendar/prototype/monthCode/month-day.js index 5d009ed40bf..48fe504735c 100644 --- a/test/built-ins/Temporal/Calendar/prototype/monthCode/month-day.js +++ b/test/built-ins/Temporal/Calendar/prototype/monthCode/month-day.js @@ -3,6 +3,9 @@ /*--- esid: sec-temporal.calendar.prototype.monthCode +description: Temporal.Calendar.prototype.monthCode will take PlainMonthDay and return + the value of the monthCode. +info: | 6. Return ! ISOMonthCode(temporalDateLike). features: [Temporal] ---*/