Skip to content

Commit cb37ce3

Browse files
anbaptomato
authored andcommitted
Update expected formatting for CLDR 46
1 parent 88d6c18 commit cb37ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/staging/Intl402/Temporal/old/date-time-format.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ assert.sameValue(
568568
);
569569
assert.sameValue(
570570
at.formatRange(date1.withCalendar(atCalendar).toPlainYearMonth(), date2.withCalendar(atCalendar).toPlainYearMonth()),
571-
`11${deMonthYearSeparator}1976${deDateRangeSeparator}02${deMonthYearSeparator}2020`
571+
`11${deMonthYearSeparator}1976${deDateRangeSeparator}2${deMonthYearSeparator}2020`
572572
);
573573

574574
// should work for MonthDay
@@ -1430,7 +1430,7 @@ assert.deepEqual(
14301430
},
14311431
{
14321432
type: "month",
1433-
value: "02",
1433+
value: "2",
14341434
source: "endRange"
14351435
},
14361436
{

0 commit comments

Comments
 (0)