git/t/chainlint/multi-line-nested-command-s...

19 lines
139 B
Plaintext

(
foo &&
x=$(
echo bar |
cat
) &&
echo ok
) |
sort &&
(
bar &&
x=$(echo bar |
cat
) &&
y=$(echo baz |
fip) &&
echo fail
)