core.whitespace: add test for diff whitespace error highlighting
authorJunio C Hamano <gitster@pobox.com>
Sat, 3 Nov 2007 00:46:55 +0000 (17:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 3 Nov 2007 00:58:09 +0000 (17:58 -0700)
commit49e703afda0e4e67050fcc8e05b175987c83391c
tree3dafef5da7c4aa5cb9cae1b69e382e1c3bfd2034
parent459fa6d0fe6a45b8b120463b56a68e943e3a8101
core.whitespace: add test for diff whitespace error highlighting

This tests seletive enabling/disabling of whitespace error
highlighting done by colored diff output.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4019-diff-wserror.sh [new file with mode: 0755]