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

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