Closed GoogleCodeExporter closed 8 years ago
This diff, match, patch library is character based, not line based. However,
all the
information you need is available. Just loop through the output, ignoring any
EQUAL
tuples and noting where the INSERT and DELETE tuples are. It's just a for
loop. You
may wish to count the new lines in the tuples so that you can keep track of
which
line you are on.
Original comment by neil.fra...@gmail.com
on 21 Oct 2008 at 5:03
Original issue reported on code.google.com by
alexmari...@gmail.com
on 21 Oct 2008 at 10:27