git-grep: Update tests (mainly for -P)
commitf556e4af2790bc8f0918093bd2b3053c7d2898dc
authorMichał Kiedrowicz <michal.kiedrowicz@gmail.com>
Sun, 22 May 2011 11:37:28 +0000 (22 13:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 May 2011 18:57:08 +0000 (23 11:57 -0700)
tree1b94b888e4a39494376e5de059784a80befd995a
parenta80dff25152f43e8a9a688943cb5f67d2ad76fc4
git-grep: Update tests (mainly for -P)

Add few more tests for "-P/--perl-regexp" option of "git grep".

While at it, add some generic tests for grep.extendedRegexp config option,
for detecting invalid regexep and check if "last one wins" rule works for
selecting regexp type.

Signed-off-by: Michał Kiedrowicz <michal.kiedrowicz@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7810-grep.sh