summaryrefslogtreecommitdiffstats
path: root/t/chainlint/nested-subshell-comment.test
blob: 0215cdb1921b5bf27c302ffdf4c48e5bf5a4848a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(
	foo &&
	(
		bar &&
# LINT: ")" in comment in nested subshell not misinterpreted as closing ")"
		# bottles wobble while fiddles gobble
		# minor numbers of cows (or do they?)
		baz &&
		snaff
# LINT: missing "&&" on ")"
	)
	fuzzy
)