tvl-depot/third_party/git/t/chainlint/nested-subshell.expect
2020-01-11 23:40:29 +00:00

12 lines
97 B
Text

(
cd foo &&
(
echo a &&
echo b
>> ) >file &&
cd foo &&
(
echo a
echo b
>> ) >file
>)