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 Ms2ger committed Oct 29, 2024
1 parent b8c29a0 commit 5b17577
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/staging/Intl402/Temporal/old/non-iso-calendars.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ function compareFormatToPartsSnapshot(isoString, expected) {
compareFormatToPartsSnapshot("2000-01-01T00:00Z", {
iso8601: {
year: 2000,
month: 1,
day: 1,
month: "01",
day: "01",
},
buddhist: {
year: 2543,
Expand Down Expand Up @@ -178,8 +178,8 @@ const yearOneDay = new Map(
compareFormatToPartsSnapshot("0001-01-01T00:00Z", {
iso8601: {
year: 1,
month: 1,
day: yearOneDay.get("iso8601"),
month: "01",
day: "0" + yearOneDay.get("iso8601"),
},
buddhist: {
year: 544,
Expand Down

0 comments on commit 5b17577

Please sign in to comment.