Wybe van der Ham

Results 1 issues of Wybe van der Ham

The multiline_indicator regex is `'\\\\(\s*#.*)?\n'`. This would allow a comment after a backslash used for explicit line joining, like: ```python if a == b \ # a equals b and...