summaryrefslogtreecommitdiff
path: root/t/chainlint/cuddled-if-then-else.test
blob: eed774a9d64390449699238b4ad0e16c58c15390 (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