Sign in
googlers
/
jrn
/
git
/
b258237f4dca7c13d56c662825547ddd742461c3
/
.
/
t
/
chainlint
/
if-condition-split.test
blob: 240daa9fd5d67db8bd10e0b7d6da9f94d3a6d29f [
file
] [
log
] [
blame
]
# LINT: "if" condition split across multiple lines at "&&" or "||"
if
bob
&&
marcia
||
kevin
then
echo
"nomads"
echo
"for sure"
fi