Matthew Wang 8f4d68e171 Fix special hunk meta handling in unit tests před 8 roky
..
context Update tests accordingly před 10 roky
crlf Update tests accordingly před 10 roky
diff-of-diff Add more tests to cover diff of diff před 9 roky
diff-ru Update tests accordingly před 10 roky
diff-ru-bin Update tests accordingly před 10 roky
evil-udiff Add tests from issue #25 před 8 roky
git Update tests accordingly před 10 roky
git-bin Update tests accordingly před 10 roky
git-log Update tests accordingly před 10 roky
git-perm Update tests accordingly před 10 roky
hg-log Update tests accordingly před 10 roky
latin1 Update tests accordingly před 10 roky
strange Update tests accordingly před 10 roky
svn Update tests accordingly před 10 roky
svn-log Update tests accordingly před 10 roky
svn-merge Update tests accordingly před 10 roky
svn-property Update tests accordingly před 10 roky
README Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 před 11 roky
profile.sh Script and make targets for profiling před 11 roky
regression.sh Update tests accordingly před 10 roky
test_cdiff.py Fix special hunk meta handling in unit tests před 8 roky

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