Matthew Wang ca2fa1c41b for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 år sedan
..
crlf for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 år sedan
git for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 år sedan
strange for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 år sedan
svn for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 år sedan
README for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 år sedan
tests.sh for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 år sedan

README

# To generate expected output, 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