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.expect9
1 files changed, 6 insertions, 3 deletions
diff --git a/t/chainlint/here-doc-multi-line-command-subst.expect b/t/chainlint/here-doc-multi-line-command-subst.expect
index e5fb752..b7364c8 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 &&
-?!AMP?!>> wiffle)
+ x=$(bobble <<-\END &&
+ fossil
+ vegetable
+ END
+ wiffle) ?!AMP?!
echo $x
->)
+)