about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/broken-chain.test
(
	foo &&
# LINT: missing "&&" from 'bar'
	bar
	baz &&
# LINT: final statement before closing ")" legitimately lacks "&&"
	wop
)