We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4a03d commit cb3594bCopy full SHA for cb3594b
icu4j/main/core/src/main/java/com/ibm/icu/message2/MFParser.java
@@ -598,7 +598,7 @@ private MFDataModel.Message getComplexMessage() throws MFParseException {
598
} else { // Expect {{...}} or end of message
599
skipOptionalWhitespaces();
600
int cp = input.peekChar();
601
- // complex-message = *(declaration [s]) complex-body
+ // complex-message = *(declaration [s]) complex-body [s]
602
checkCondition(cp != EOF, "Expected a quoted pattern or .match; got end-of-input");
603
MFDataModel.Pattern pattern = getQuotedPattern();
604
skipOptionalWhitespaces(); // Trailing whitespace is allowed
0 commit comments