commit-reach(get_octopus_merge_bases): pass on "missing commits" errors
[git.git] / t / chainlint / if-condition-split.test
blob240daa9fd5d67db8bd10e0b7d6da9f94d3a6d29f
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