Update expected formatting for CLDR 46

This commit is contained in:
André Bargull 2024-12-12 18:14:48 +01:00 committed by Philip Chimento
parent 88d6c18030
commit 0614bdbd87

View File

@ -568,7 +568,7 @@ assert.sameValue(
); );
assert.sameValue( assert.sameValue(
at.formatRange(date1.withCalendar(atCalendar).toPlainYearMonth(), date2.withCalendar(atCalendar).toPlainYearMonth()), at.formatRange(date1.withCalendar(atCalendar).toPlainYearMonth(), date2.withCalendar(atCalendar).toPlainYearMonth()),
`11${deMonthYearSeparator}1976${deDateRangeSeparator}02${deMonthYearSeparator}2020` `11${deMonthYearSeparator}1976${deDateRangeSeparator}2${deMonthYearSeparator}2020`
); );
// should work for MonthDay // should work for MonthDay
@ -1430,7 +1430,7 @@ assert.deepEqual(
}, },
{ {
type: "month", type: "month",
value: "02", value: "2",
source: "endRange" source: "endRange"
}, },
{ {