Matthew Wang 8f4d68e171 Fix special hunk meta handling in unit tests пре 8 година
..
context Update tests accordingly пре 9 година
crlf Update tests accordingly пре 9 година
diff-of-diff Add more tests to cover diff of diff пре 9 година
diff-ru Update tests accordingly пре 9 година
diff-ru-bin Update tests accordingly пре 9 година
evil-udiff Add tests from issue #25 пре 8 година
git Update tests accordingly пре 9 година
git-bin Update tests accordingly пре 9 година
git-log Update tests accordingly пре 9 година
git-perm Update tests accordingly пре 9 година
hg-log Update tests accordingly пре 9 година
latin1 Update tests accordingly пре 9 година
strange Update tests accordingly пре 9 година
svn Update tests accordingly пре 9 година
svn-log Update tests accordingly пре 9 година
svn-merge Update tests accordingly пре 9 година
svn-property Update tests accordingly пре 9 година
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 пре 9 година
test_cdiff.py Fix special hunk meta handling in unit tests пре 8 година

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