We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f67e9a commit 1db9d5dCopy full SHA for 1db9d5d
tools/cldr-code/src/main/java/org/unicode/cldr/tool/GenerateDateTimeTestData.java
@@ -820,8 +820,8 @@ static class TestCaseInput {
820
static class TestCase {
821
TestCaseInput testCaseInput;
822
String classicalSkeleton; // Should only be non-null when semantic skeleton non-null.
823
- // This exists to allow existing ICU & other i18n impls to format
824
- // until they add support for formatting using semantic skeletons.
+ // This exists to allow existing ICU & other i18n impls to format
+ // until they add support for formatting using semantic skeletons.
825
String expected;
826
}
827
0 commit comments