mirror of https://github.com/tc39/test262.git
Update expected formatting for CLDR 46
This commit is contained in:
parent
88d6c18030
commit
0614bdbd87
|
@ -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"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue