/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to parser.py

fix line number tracking

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
                left -= line_len
229
229
                found += line_len
230
230
                lines.append(line)
 
231
                if line.endswith('\n'):
 
232
                    self.lineno += 1
231
233
            else:
232
234
                left = 0
233
235
        if found != count: