tvl-depot/third_party/git/t/chainlint/multi-line-nested-command-substitution.expect

19 lines
147 B
Text
Raw Normal View History

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