Matthew Wang 329760c5c8 Use wrapper `cdiff` instead of symlink for future unit test; doc update 11 年前
..
crlf for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 年前
git for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 年前
strange for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 年前
svn for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 年前
README for issue #7: merge 4f29fc8 by @yaccz, implement auto test cases w/o shunit2 11 年前
regression.sh Use wrapper `cdiff` instead of symlink for future unit test; doc update 11 年前

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