Update expected formatting for CLDR 46#4342
Conversation
ptomato
left a comment
There was a problem hiding this comment.
Happy to merge as-is once we give CLDR 46 a bit of time to percolate.
Alternatively, we could just make t2 be in a 2-digit month, and update the expected results accordingly. That would sidestep the issue, since it is irrelevant for spec compliance whether the leading 0 is printed or not. I'd prefer that, but it's also fine if you don't have more time to spend on this.
|
Changing
assert.sameValue(at.format(t.withCalendar(atCalendar).toPlainYearMonth()), `11${deMonthYearSeparator}1976`);Because |
Note that another update for CLDR 46 was already merged: #4283 |
|
@anba Rather than changing the format to But again, it's fine to not do that. One day we will figure out a good way to make tests not depend on golden output. @linusg I would've said the same thing about #4283, FWIW. But CLDR 46 has been out for >3 months and there's already a 46.1 release, so I think enough time has passed now. |
640ed85 to
cb37ce3
Compare
No description provided.