blob: c1e468ddf84211a79afe5a6140325997b47e01ff [file] [edit]
test_expect_success 'grep after semicolon is flagged' '
echo hello;
grep pattern file
'