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.expect2
1 files changed, 1 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 e5fb752d2f..3a35bb014c 100644
--- a/t/chainlint/here-doc-multi-line-command-subst.expect
+++ b/t/chainlint/here-doc-multi-line-command-subst.expect
@@ -1,5 +1,5 @@
(
x=$(bobble &&
-?!AMP?!>> wiffle)
+>> wiffle) ?!AMP?!
echo $x
>)