diff options
Diffstat (limited to 't/chainlint/here-doc-multi-line-string.test')
-rw-r--r-- | t/chainlint/here-doc-multi-line-string.test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/t/chainlint/here-doc-multi-line-string.test b/t/chainlint/here-doc-multi-line-string.test new file mode 100644 index 0000000000..2f496002fd --- /dev/null +++ b/t/chainlint/here-doc-multi-line-string.test @@ -0,0 +1,10 @@ +test_expect_success 'here-doc-multi-line-string' ' +( +# LINT: line contains here-doc and opens multi-line string + cat <<-\TXT && echo "multi-line + string" + fizzle + TXT + bap +) +' |