summaryrefslogtreecommitdiffstats
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.expect8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/chainlint/here-doc-multi-line-command-subst.expect b/t/chainlint/here-doc-multi-line-command-subst.expect
new file mode 100644
index 0000000..b7364c8
--- /dev/null
+++ b/t/chainlint/here-doc-multi-line-command-subst.expect
@@ -0,0 +1,8 @@
+(
+ x=$(bobble <<-\END &&
+ fossil
+ vegetable
+ END
+ wiffle) ?!AMP?!
+ echo $x
+)