Skip to content

Commit

Permalink
ICU-22575 Added a new test case that specifically tests the symptom d…
Browse files Browse the repository at this point in the history
  • Loading branch information
richgillam committed Dec 1, 2023
1 parent 7ef6748 commit 7ac503c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions icu4c/source/test/intltest/dtptngts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1602,6 +1602,8 @@ void IntlTestDateTimePatternGeneratorAPI::testBestPattern() {
{ "en_GB@calendar=coptic", "yMd", u"dd/MM/y GGGGG" },
{ "en_GB@calendar=japanese", "yMd", u"dd/MM/y GGGGG" },
{ "en_GB@calendar=buddhist", "yMd", u"dd/MM/y GGGGG" },
// ICU-22757: Not inheriting availableFormats patterns from root
{ "sv_SE", "yMd", u"y-MM-dd" },
// ICU-20992: Bad patterns for missing fields
{ "ckb_IR", "mmSSS", u"mm:ss\u066bSSS" },
{ "ckb_IR", "BSSS", u"SSS \u251c'Dayperiod': B\u2524" },
Expand Down

0 comments on commit 7ac503c

Please sign in to comment.