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

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