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

10 lines
62 B
Plaintext

(
foo &&
x=$(
echo bar |
cat
>> ) &&
echo ok
>) |
sort