Matthew Wang a723fbe398 Add a minimal test to cover handling CDIFF_OPTIONS hace 7 años
..
context Update tests accordingly hace 10 años
crlf Update tests accordingly hace 10 años
diff-of-diff Add more tests to cover diff of diff hace 9 años
diff-ru Update tests accordingly hace 10 años
diff-ru-bin Update tests accordingly hace 10 años
evil-udiff Add tests from issue #25 hace 8 años
git Update tests accordingly hace 10 años
git-bin Update tests accordingly hace 10 años
git-log Update tests accordingly hace 10 años
git-perm Update tests accordingly hace 10 años
hg-log Update tests accordingly hace 10 años
latin1 Update tests accordingly hace 10 años
strange Update tests accordingly hace 10 años
svn Update tests accordingly hace 10 años
svn-log Update tests accordingly hace 10 años
svn-merge Update tests accordingly hace 10 años
svn-property Update tests accordingly hace 10 años
README Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 hace 11 años
profile.sh Script and make targets for profiling hace 11 años
regression.sh Update tests accordingly hace 10 años
test_cdiff.py Add a minimal test to cover handling CDIFF_OPTIONS hace 7 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