mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
lex_comment doesn't consume the newlines, (correctly) leaving them to the regular newline parsing. As such, it shouldn't call self.new_line, or we end up double-counting lines.