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

19 строки
147 B
Plaintext

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