mirror of https://github.com/tc39/test262.git
Update expected formatting for CLDR 46
This commit is contained in:
parent
b8c29a05b5
commit
5b1757743a
|
@ -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,
|
||||
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue