summaryrefslogtreecommitdiff
path: root/t/chainlint/nested-cuddled-subshell.expect
blob: c2a59ffc335cb1c4ed7a30c7a59597de4f24ef91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(
	(cd foo &&
		bar
>>	) &&
	(cd foo &&
		bar
?!AMP?!>>	)
	(
		cd foo &&
>>		bar) &&
	(
		cd foo &&
?!AMP?!>>		bar)
	(cd foo &&
>>		bar) &&
	(cd foo &&
?!AMP?!>>		bar)
	foobar
>)