Code

grep: continue case insensitive fixed string search after NUL chars
[git.git] / t / t7008-grep-binary.sh
index 9adc9ed6fea197883442fa191a7dd6d42d1f785e..9660842c446f78b4b35fa9162235753a85eeee9f 100755 (executable)
@@ -55,4 +55,8 @@ test_expect_success 'git grep -F ile a' '
        git grep -F ile a
 '
 
+test_expect_success 'git grep -Fi iLE a' '
+       git grep -Fi iLE a
+'
+
 test_done