git/t/greplint/bare-grep-flags.test

4 lines
69 B
Plaintext

test_expect_success 'grep -E is flagged' '
grep -E "pat+ern" file
'