The sixth batch
[git/gitster.git] / t / chainlint / cuddled-if-then-else.test
blob7c53f4efe3eba3c3da52e620a89e87c371e15db3
1 # LINT: "if" cuddled with "(" and ")"; indented with spaces, not tabs
2 (if test -z ""; then
3     echo empty
4  else
5     echo bizzy
6  fi) &&
7 echo foobar