]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/broken-chain.test
branch.c: simplify advice-and-die sequence
[thirdparty/git.git] / t / chainlint / broken-chain.test
1 (
2 foo &&
3 # LINT: missing "&&" from 'bar'
4 bar
5 baz &&
6 # LINT: final statement before closing ")" legitimately lacks "&&"
7 wop
8 )