Matthew Wang f8066bd313 Disable an invalid test for negative width vor 10 Jahren
..
context Re-enable context diff related tests vor 11 Jahren
crlf for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 vor 11 Jahren
diff-ru Handle 'Binary files ... differ' vor 11 Jahren
diff-ru-bin Handle 'Binary files ... differ' vor 11 Jahren
git for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 vor 11 Jahren
git-bin Handle 'Binary files ... differ' vor 11 Jahren
git-log Enhance diff parser on handling hunk links, fix #20 vor 11 Jahren
git-perm Fall through unknown format to 'unified', fixed #18 vor 11 Jahren
hg-log Test patch from hg log -p vor 11 Jahren
latin1 Handle Latin-1 encoded text in diffs vor 10 Jahren
strange for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 vor 11 Jahren
svn for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 vor 11 Jahren
svn-log Better patch parser; support svn log --diff vor 11 Jahren
svn-merge Fixed #14 by tolerating dangling headers and short patch < 4 lines vor 11 Jahren
svn-property Handle a diff with only an svn property change vor 11 Jahren
README Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 vor 11 Jahren
profile.sh Script and make targets for profiling vor 11 Jahren
regression.sh Travis does not have filterdiff, not ready to add context test case yet (#15) vor 11 Jahren
test_cdiff.py Disable an invalid test for negative width vor 10 Jahren

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