Skip to content

Commit

Permalink
CLDR-17830 Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati committed Jul 24, 2024
1 parent 7b87a9b commit c657c16
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ public void TestLanguageNameCoverage() {
warnln(
"Plain Regex for coverage:\n"
+ simplePattern
+ "\n\tWhen regenerating a new coverageLevels.txt,\n\tsearch for 'Updating coverageLevels.txt in TestLanguageNameCoverageOpening, and follow the instructions ");
+ "\n\tWhen regenerating a new coverageLevels.txt,"
+ "\n\tsearch for 'Updating coverageLevels.txt in TestLanguageNameCoverageOpening, "
+ "and follow the instructions.");
}

coverageLocales.addAll(SDI.getCLDRLanguageCodes());
Expand Down

0 comments on commit c657c16

Please sign in to comment.