about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/multi-line-nested-command-substitution.expect
(
	foo &&
	x=$(
		echo bar |
		cat
>>	) &&
	echo ok
>) |
sort &&
(
	bar &&
	x=$(echo bar |
		cat
>>	) &&
	y=$(echo baz |
>>		fip) &&
	echo fail
>)