[#5955] Fixed multiline comment regression
This commit is contained in:
parent
47b2076a5e
commit
1f52094120
@ -5102,7 +5102,7 @@ class ParserImpl implements Parser {
|
||||
switch (ctx.sql[i]) {
|
||||
case '*':
|
||||
if (i + 1 < ctx.sql.length && ctx.sql[i + 1] == '/') {
|
||||
position = i;
|
||||
position = i = i + 1;
|
||||
continue loop;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user