summaryrefslogtreecommitdiff
path: root/t/chainlint/broken-chain.test
blob: 3cc67b65d0c9ddf6739c9060c7cf3ff45fa277b8 (plain)
1
2
3
4
5
6
7
8
(
	foo &&
# LINT: missing "&&" from 'bar'
	bar
	baz &&
# LINT: final statement before closing ")" legitimately lacks "&&"
	wop
)