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