summaryrefslogtreecommitdiff
path: root/t/chainlint/here-doc-multi-line-command-subst.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/here-doc-multi-line-command-subst.expect')
-rw-r--r--t/chainlint/here-doc-multi-line-command-subst.expect5
1 files changed, 4 insertions, 1 deletions
diff --git a/t/chainlint/here-doc-multi-line-command-subst.expect b/t/chainlint/here-doc-multi-line-command-subst.expect
index f8b3aa73c4..b7364c82c8 100644
--- a/t/chainlint/here-doc-multi-line-command-subst.expect
+++ b/t/chainlint/here-doc-multi-line-command-subst.expect
@@ -1,5 +1,8 @@
(
- x=$(bobble <<-END &&
+ x=$(bobble <<-\END &&
+ fossil
+ vegetable
+ END
wiffle) ?!AMP?!
echo $x
)