diff options
Diffstat (limited to 't/chainlint/here-doc-multi-line-command-subst.test')
-rw-r--r-- | t/chainlint/here-doc-multi-line-command-subst.test | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/t/chainlint/here-doc-multi-line-command-subst.test b/t/chainlint/here-doc-multi-line-command-subst.test new file mode 100644 index 000000000000..899bc5de8bce --- /dev/null +++ b/t/chainlint/here-doc-multi-line-command-subst.test @@ -0,0 +1,9 @@ +( +# LINT: line contains here-doc and opens multi-line $(...) + x=$(bobble <<-\END && + fossil + vegetable + END + wiffle) + echo $x +) |