Two things:
- The appearance of \\ or \' or \-followed-by-a-newline in a raw string would improperly end the string
- A disallowed newline in a string would cause an error instead of trying to continue anyway
Differential D9404
Fix bugs in python lexer sophiebits on Jun 6 2014, 12:23 AM. Authored by Tags None Referenced Files
Subscribers
Details
Two things:
Ran it on a file that was failing for me that was something like: x = r'\\"' # hello there
Diff Detail
Event Timeline |