Sign in
◑
Theme
code
/
git
/
b9a7080755d54e9fc2397201cde7a6f5028e09ca
/
.
/
t
/
chainlint
/
if-condition-split.test
blob: 9a3b3ed04aa00485f4224e1aca9a0513cc6a0fe6 [
file
]
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
'