Matthew Wang 7e4821ae77 Add more tests to cover diff of diff 9 年 前
..
context Update tests accordingly 9 年 前
crlf Update tests accordingly 9 年 前
diff-of-diff Add more tests to cover diff of diff 9 年 前
diff-ru Update tests accordingly 9 年 前
diff-ru-bin Update tests accordingly 9 年 前
git Update tests accordingly 9 年 前
git-bin Update tests accordingly 9 年 前
git-log Update tests accordingly 9 年 前
git-perm Update tests accordingly 9 年 前
hg-log Update tests accordingly 9 年 前
latin1 Update tests accordingly 9 年 前
strange Update tests accordingly 9 年 前
svn Update tests accordingly 9 年 前
svn-log Update tests accordingly 9 年 前
svn-merge Update tests accordingly 9 年 前
svn-property Update tests accordingly 9 年 前
README Handle 'Only in <dir>: ' header in output from diff -ru d1 d2 11 年 前
profile.sh Script and make targets for profiling 11 年 前
regression.sh Update tests accordingly 9 年 前
test_cdiff.py Update tests accordingly 9 年 前

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