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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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
>)