Skip to content

Commit

Permalink
Fix broken timezone tests
Browse files Browse the repository at this point in the history
Handle newly-deprecated zones est5edt, cst6cdt, mst7mdt, and pst8pdt.
  • Loading branch information
justingrant committed May 27, 2024
1 parent d41b33c commit ab9265d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ public void testLanguageTagParserIsValid() {
LstrType.extension,
new AllowedMatch(
"tz",
"aqams|aukns|caffs|camtr|canpg|capnt|cathu|cayzf|cnckg|cnhrb|cnkhg|gaza|mxstis|uaozh|uauzh|umjon|usnavajo"));
"aqams|aukns|caffs|camtr|canpg|capnt|cathu|cayzf|cnckg|cnhrb|cnkhg|gaza|mxstis|uaozh|uauzh|umjon|usnavajo|est5edt|cst6cdt|mst7mdt|pst8pdt"));

for (Entry<String, String> entry :
SUPPLEMENTAL_DATA_INFO.getBcp47Extension2Keys().entrySet()) {
Expand Down

0 comments on commit ab9265d

Please sign in to comment.