summaryrefslogtreecommitdiff
path: root/t/chainlint/cuddled-if-then-else.test
blob: 7c53f4efe3eba3c3da52e620a89e87c371e15db3 (plain)
1
2
3
4
5
6
7
# LINT: "if" cuddled with "(" and ")"; indented with spaces, not tabs
(if test -z ""; then
    echo empty
 else
    echo bizzy
 fi) &&
echo foobar