diff options
Diffstat (limited to 't/chainlint/here-doc-body-indent.test')
-rw-r--r-- | t/chainlint/here-doc-body-indent.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/chainlint/here-doc-body-indent.test b/t/chainlint/here-doc-body-indent.test new file mode 100644 index 0000000000..39ff970ef3 --- /dev/null +++ b/t/chainlint/here-doc-body-indent.test @@ -0,0 +1,4 @@ +test_expect_success 'here-doc-body-indent' - <<-\EOT + echo "we should find this" + echo "even though our heredoc has its indent stripped" +EOT |