baron
baron copied to clipboard
Unindented comment makes the parser crash
Baron crashes with baron.tokenizer.UnknowItem when trying to baron.parse() a file containing the following code:
class Car:
## standard idle block comment
pass
Python3.5.3 / Debian amd64.