diff options
Diffstat (limited to 't/chainlint/unclosed-here-doc-indent.test')
-rw-r--r-- | t/chainlint/unclosed-here-doc-indent.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/chainlint/unclosed-here-doc-indent.test b/t/chainlint/unclosed-here-doc-indent.test new file mode 100644 index 0000000..5c841a9 --- /dev/null +++ b/t/chainlint/unclosed-here-doc-indent.test @@ -0,0 +1,4 @@ +command_which_is_run && +cat >expect <<-\EOF && +we forget to end the here-doc +command_which_is_gobbled |