Skip to content

Commit 628d23c

Browse files
committed
refactor: add forgotten appendText call
1 parent 4a4471a commit 628d23c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/github/lppedd/cc/parser/strictConventionalCommit.flex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ FooterType = [^\s:][^:\r\n]*
156156
<BODY> {
157157
// Body until a footer starts (footer is NOT consumed)
158158
[^] / {NL}({FooterType}: | {FooterType}{WS}#) {
159+
appendText(yytext());
159160
yybegin(FOOTERS);
160161
return token(CCToken.Type.BODY, getTextAndReset());
161162
}

0 commit comments

Comments
 (0)