Raw
1 test_expect_success 'grep after semicolon is flagged' '
2 echo hello;
3 grep pattern file
4 '