test more combinations of ignore-whitespace options to diff
commit537a071f41259c8631284bef28497280cd33db95
authorKeith Cascio <keith@CS.UCLA.EDU>
Thu, 15 Jan 2009 00:48:24 +0000 (14 16:48 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Jan 2009 05:17:38 +0000 (19 21:17 -0800)
tree40409c1b95caf3ed65a47a9b2df5aaef8c5eeb88
parent3aed2fda6f8233895be0d1142c4c4b407fb692c3
test more combinations of ignore-whitespace options to diff

There are three flags involved (-w -b and --ignore-space-at-eol) which
makes 8 combinations possible in total, but only 3 cases are tested (none,
-w alone and -b alone).

This adds the other 5 cases.

Signed-off-by: Keith Cascio <keith@cs.ucla.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4015-diff-whitespace.sh