Skip to content

Commit

Permalink
Update expected formatting for CLDR 46
Browse files Browse the repository at this point in the history
  • Loading branch information
anba authored and ptomato committed Jan 31, 2025
1 parent 88d6c18 commit 0614bdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/staging/Intl402/Temporal/old/date-time-format.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1430,7 +1430,7 @@ assert.deepEqual(
},
{
type: "month",
value: "02",
value: "2",
source: "endRange"
},
{
Expand Down

0 comments on commit 0614bdb

Please sign in to comment.