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

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