Raw
1 test_expect_success 'unclosed-here-doc-indent' '
2 command_which_is_run &&
3 cat >expect <<-\EOF &&
4 we forget to end the here-doc
5 command_which_is_gobbled
6 '