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

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