Matthew Wang 62a1528a31 Disable one more test that do not pass on travis due to tty problem 10 anni fa
..
context Update tests accordingly 11 anni fa
crlf Update tests accordingly 11 anni fa
diff-of-diff Add more tests to cover diff of diff 10 anni fa
diff-ru Update tests accordingly 11 anni fa
diff-ru-bin Update tests accordingly 11 anni fa
evil-udiff Add tests from issue #25 10 anni fa
git Update tests accordingly 11 anni fa
git-bin Update tests accordingly 11 anni fa
git-log Update tests accordingly 11 anni fa
git-perm Update tests accordingly 11 anni fa
hg-log Update tests accordingly 11 anni fa
latin1 Update tests accordingly 11 anni fa
strange Update tests accordingly 11 anni fa
svn Update tests accordingly 11 anni fa
svn-log Update tests accordingly 11 anni fa
svn-merge Update tests accordingly 11 anni fa
svn-property Update tests accordingly 11 anni fa
README Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 12 anni fa
profile.sh Script and make targets for profiling 13 anni fa
regression.sh Update tests accordingly 11 anni fa
test_cdiff.py Disable one more test that do not pass on travis due to tty problem 10 anni fa

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