git/t/chainlint/if-condition-split.test

9 lines
139 B
Plaintext

# LINT: "if" condition split across multiple lines at "&&" or "||"
if bob &&
marcia ||
kevin
then
echo "nomads"
echo "for sure"
fi