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();
|
lexEscapeSequence();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
range.popFront();
|
popFrontWhitespaceAware();
|
||||||
}
|
}
|
||||||
IdType type = tok!"stringLiteral";
|
IdType type = tok!"stringLiteral";
|
||||||
lexStringSuffix(type);
|
lexStringSuffix(type);
|
||||||
|
|
Loading…
Reference in New Issue