Skip to content

Commit

Permalink
CLDR-17484 Update TestExampleGenerator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati authored Feb 19, 2025
1 parent 868ec49 commit bd29bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ public void TestDayPeriods() {
checkDayPeriod("pl", "stand-alone", "morning1", "〖06:00 – 10:00⁻〗");

checkDayPeriod("en", "format", "night1", "〖21:00 – 24:00⁻〗〖❬10:30 ❭at night〗");
checkDayPeriod("en", "stand-alone", "night1", "〖00:00 – 06:00⁻; 21:00 – 24:00⁻〗");
checkDayPeriod("en", "stand-alone", "night1", "〖21:00 – 24:00⁻〗");

checkDayPeriod("en", "format", "noon", "〖12:00〗〖❬12:00 ❭noon〗");
checkDayPeriod("en", "format", "midnight", "〖00:00〗〖❬12:00 ❭midnight〗");
Expand Down

0 comments on commit bd29bce

Please sign in to comment.