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
commit-reach(get_octopus_merge_bases): pass on "missing commits" errors
[git.git]
/
t
/
chainlint
/
if-condition-split.test
blob
240daa9fd5d67db8bd10e0b7d6da9f94d3a6d29f
1
# LINT: "if" condition split across multiple lines at "&&" or "||"
2
if bob &&
3
marcia ||
4
kevin
5
then
6
echo "nomads"
7
echo "for sure"
8
fi