]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/block.test
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / chainlint / block.test
CommitLineData
bb4efbc5 1(
1ad0780a 2# LINT: missing "&&" after first "echo"
bb4efbc5
ES
3 foo &&
4 {
5 echo a
6 echo b
7 } &&
8 bar &&
9# LINT: missing "&&" at closing "}"
10 {
11 echo c
12 }
13 baz
14)