tvl-depot/third_party/git/t/chainlint/broken-chain.test
2020-01-11 23:40:29 +00:00

8 lines
129 B
Text

(
foo &&
# LINT: missing "&&" from 'bar'
bar
baz &&
# LINT: final statement before closing ")" legitimately lacks "&&"
wop
)