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