Matthew Wang 7e4821ae77 Add more tests to cover diff of diff 9 years ago
..
context Update tests accordingly 10 years ago
crlf Update tests accordingly 10 years ago
diff-of-diff Add more tests to cover diff of diff 9 years ago
diff-ru Update tests accordingly 10 years ago
diff-ru-bin Update tests accordingly 10 years ago
git Update tests accordingly 10 years ago
git-bin Update tests accordingly 10 years ago
git-log Update tests accordingly 10 years ago
git-perm Update tests accordingly 10 years ago
hg-log Update tests accordingly 10 years ago
latin1 Update tests accordingly 10 years ago
strange Update tests accordingly 10 years ago
svn Update tests accordingly 10 years ago
svn-log Update tests accordingly 10 years ago
svn-merge Update tests accordingly 10 years ago
svn-property Update tests accordingly 10 years ago
README Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 11 years ago
profile.sh Script and make targets for profiling 11 years ago
regression.sh Update tests accordingly 10 years ago
test_cdiff.py Update tests accordingly 10 years ago

README

# To generate expected output, chdir to a subdir and use following command, then
# review with `less -R`
#
../../cdiff.py -c always < in.diff > out.normal
../../cdiff.py -c always -s < in.diff > out.side-by-side
../../cdiff.py -c always -s < in.diff -w70 > out.w70