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

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