Fixed issue with column numbers being incorrect after lexing string literals
This commit is contained in:
parent
7102f557e5
commit
22bacd83ce
|
@ -980,7 +980,7 @@ public struct DLexer
|
|||
lexEscapeSequence();
|
||||
}
|
||||
else
|
||||
range.popFront();
|
||||
popFrontWhitespaceAware();
|
||||
}
|
||||
IdType type = tok!"stringLiteral";
|
||||
lexStringSuffix(type);
|
||||
|
|
Loading…
Reference in New Issue