]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/if-condition-split.test
Merge branch 'jk/clone-allow-bare-and-o-together'
[thirdparty/git.git] / t / chainlint / if-condition-split.test
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