Files
RustPython/parser/src
Daniel Watkins 159a524f3f Don't double-count newlines in comments
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.
2018-08-25 10:54:31 -04:00
..
2018-08-24 18:23:05 +01:00
2018-07-15 13:16:00 +02:00
2018-08-25 10:11:21 +02:00
2018-08-20 21:22:14 +02:00