Bug #51
closed
SciLexer.dll - embedded quotes within string is seen as unclosed string
Added by Wil van Antwerpen almost 9 years ago.
Updated over 8 years ago.
Estimated time:
(Total: 0:00 h)
Description
See image, the lexer sees it as an unclosed string, which is of course not true.
Files
- Status changed from New to In Progress
The problem here was that a string open and close could be by either a single quote or a double quote.
Same for closing the string.
So "abc' as well as 'def" where both seen as valid strings as the code did not track if the string literal was started with either a single or double quote.
We are now tracking that in line state.
- Status changed from In Progress to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF