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

8 lines
79 B
Plaintext

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