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