diff options
Diffstat (limited to 't/chainlint/nested-cuddled-subshell.expect')
-rw-r--r-- | t/chainlint/nested-cuddled-subshell.expect | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/chainlint/nested-cuddled-subshell.expect b/t/chainlint/nested-cuddled-subshell.expect index 2a86885..3836049 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 ) |