bil022
Results
1
issues of
bil022
The lexer wouldn't recognize \\' inside a meta string (like: 'this is Alice\'s test'). The '+' will shadow the rule MetaDquoteEscapedChar. Removing '+' on line 578 should fix the problem....