t / chainlint / broken-chain.teston commit Merge tag 'v2.23.0-rc0' of git://git.kernel.org/pub/scm/git/git (eccd872)
   1(
   2        foo &&
   3# LINT: missing "&&" from 'bar'
   4        bar
   5        baz &&
   6# LINT: final statement before closing ")" legitimately lacks "&&"
   7        wop
   8)