mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +02:00
Update expected formatting for CLDR 46
This commit is contained in:
parent
88d6c18030
commit
0614bdbd87
@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user