git/t/chainlint/nested-subshell.expect

14 lines
101 B
Plaintext

(
cd foo &&
(
echo a &&
echo b
) >file &&
cd foo &&
(
echo a ?!AMP?!
echo b
) >file
)