about summary refs log blame commit diff
path: root/t/chainlint/nested-cuddled-subshell.expect
blob: c2a59ffc335cb1c4ed7a30c7a59597de4f24ef91 (plain) (tree)


















                            
(
	(cd foo &&
		bar
>>	) &&
	(cd foo &&
		bar
?!AMP?!>>	)
	(
		cd foo &&
>>		bar) &&
	(
		cd foo &&
?!AMP?!>>		bar)
	(cd foo &&
>>		bar) &&
	(cd foo &&
?!AMP?!>>		bar)
	foobar
>)