Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
nilswende committed Nov 9, 2023
2 parents aa2fbc7 + 4f1ee52 commit d226e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/wn/dbml/compiler/lexer/LexerImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ private Token nextMultiLineString(final String quote, final TokenType tokenType)
sb.append((char) c);
}
if (lookahead.equals(quote)) {
multiLineSb.appendLine(sb.toString());
skipChars(quote.length());
break;
}
Expand Down

0 comments on commit d226e42

Please sign in to comment.