about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/nested-cuddled-subshell.expect
(
	(cd foo &&
		bar
>>	) &&
	(cd foo &&
		bar
?!AMP?!>>	)
	(
		cd foo &&
>>		bar) &&
	(
		cd foo &&
?!AMP?!>>		bar)
	(cd foo &&
>>		bar) &&
	(cd foo &&
?!AMP?!>>		bar)
	foobar
>)