aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/nested-cuddled-subshell.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/nested-cuddled-subshell.expect')
-rw-r--r--t/chainlint/nested-cuddled-subshell.expect6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/chainlint/nested-cuddled-subshell.expect b/t/chainlint/nested-cuddled-subshell.expect
index 2a86885ee6..3836049cc4 100644
--- a/t/chainlint/nested-cuddled-subshell.expect
+++ b/t/chainlint/nested-cuddled-subshell.expect
@@ -2,18 +2,24 @@
(cd foo &&
bar
) &&
+
(cd foo &&
bar
) ?!AMP?!
+
(
cd foo &&
bar) &&
+
(
cd foo &&
bar) ?!AMP?!
+
(cd foo &&
bar) &&
+
(cd foo &&
bar) ?!AMP?!
+
foobar
)