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

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