Skip to content

Commit

Permalink
Issue #14689: Fix line numbers after splitting lines in test input
Browse files Browse the repository at this point in the history
  • Loading branch information
patchwork01 committed Mar 20, 2024
1 parent bff33f2 commit 69c7787
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -114,8 +114,8 @@ public void testPeriod() throws Exception {
"19: " + getCheckMessage(MSG_SUMMARY_FIRST_SENTENCE),
"37: " + getCheckMessage(MSG_SUMMARY_MISSING_PERIOD),
"42: " + getCheckMessage(MSG_SUMMARY_JAVADOC),
"48: " + getCheckMessage(MSG_SUMMARY_FIRST_SENTENCE),
"54: " + getCheckMessage(MSG_SUMMARY_JAVADOC),
"49: " + getCheckMessage(MSG_SUMMARY_FIRST_SENTENCE),
"55: " + getCheckMessage(MSG_SUMMARY_JAVADOC),
};

verifyWithInlineConfigParser(
Expand Down

0 comments on commit 69c7787

Please sign in to comment.