aboutsummaryrefslogtreecommitdiffstats
path: root/t/chainlint/cuddled-if-then-else.expect
blob: 4e089b087a867566054120b67e663c73cc58f6aa (plain) (blame)
1
2
3
4
5
6
7
(
if test -z ""; then
    echo empty
 else
    echo bizzy
 fi) &&
echo foobar