Raw
1 test_expect_success 'grep -E is flagged' '
2 grep -E "pat+ern" file
3 '