summaryrefslogtreecommitdiff
path: root/tests-clar/resources/diff/readme.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix problems in diff iterator record chainingRussell Belfer2012-09-131-0/+36
There is a bug in building the linked list of line records in the diff iterator and also an off by one element error in the hunk counts. This fixes both of these, adds some test data with more complex sets of hunk and line diffs to exercise this code better.