Fixed issue with column numbers being incorrect after lexing string literals

This commit is contained in:
Hackerpilot 2014-03-09 14:51:55 -07:00
parent 7102f557e5
commit 22bacd83ce
1 changed files with 1 additions and 1 deletions

View File

@ -980,7 +980,7 @@ public struct DLexer
lexEscapeSequence();
}
else
range.popFront();
popFrontWhitespaceAware();
}
IdType type = tok!"stringLiteral";
lexStringSuffix(type);