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
1 changed files with 2 additions and 2 deletions

View File

@ -568,7 +568,7 @@ assert.sameValue(
);
assert.sameValue(
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
@ -1430,7 +1430,7 @@ assert.deepEqual(
},
{
type: "month",
value: "02",
value: "2",
source: "endRange"
},
{