summaryrefslogtreecommitdiff
path: root/t/chainlint/nested-subshell-comment.expect
blob: be4b27a305bec54678ae4669a1666405ec06f966 (plain)
1
2
3
4
5
6
7
8
9
(
	foo &&
	(
		bar &&
		baz &&
		snaff
	) ?!AMP?!
	fuzzy
)