summaryrefslogtreecommitdiffstats
path: root/t/chainlint/nested-subshell-comment.expect
blob: 9138cf386d359267143945d13c1882b0feb5c6f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
(
	foo &&
	(
		bar &&
		# bottles wobble while fiddles gobble
		# minor numbers of cows (or do they?)
		baz &&
		snaff
	) ?!AMP?!
	fuzzy
)