git/t/chainlint/nested-cuddled-subshell.expect

20 lines
169 B
Text
Raw Normal View History

(
(cd foo &&
bar
) &&
(cd foo &&
bar
) ?!AMP?!
(
cd foo &&
bar) &&
(
cd foo &&
bar) ?!AMP?!
(cd foo &&
bar) &&
(cd foo &&
bar) ?!AMP?!
foobar
)