t/chainlint: add chainlint "cuddled" test cases
[git/raj.git] / t / chainlint / cuddled-if-then-else.expect
blobab2a026fbc2f68048d67174fad32134ded3d2ce7
2 if test -z ""; then
3     echo empty
4  else
5     echo bizzy
6 > fi) &&
7 echo foobar