git/t/chainlint/cuddled-if-then-else.expect

7 lines
77 B
Plaintext

(if test -z ""; then
echo empty
else
echo bizzy
fi) &&
echo foobar