]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/broken-chain.test
Merge branch 'js/add-e-clear-patch-before-stating'
[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 )