repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revision: add mark_tree_uninteresting_sparse
[git.git]
/
t
/
chainlint
/
block.test
blob
d859151af1d9ac89709a3c972b75dbdc8cd53321
1
(
2
# LINT: missing "&&" in block not currently detected (for consistency with
3
# LINT: --chain-lint at top level and to provide escape hatch if needed)
4
foo &&
5
{
6
echo a
7
echo b
8
} &&
9
bar &&
10
# LINT: missing "&&" at closing "}"
11
{
12
echo c
13
}
14
baz
15
)