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

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