git/t/chainlint/nested-subshell.expect

13 lines
100 B
Plaintext

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