about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/cuddled-if-then-else.test
# LINT: 'if' cuddled with "(" and ")"; indented with spaces, not tabs
(if test -z ""; then
    echo empty
 else
    echo bizzy
 fi) &&
echo foobar