]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/cuddled-if-then-else.expect
Merge branch 'jc/mem-pool-alignment'
[thirdparty/git.git] / t / chainlint / cuddled-if-then-else.expect
1 (if test -z ""; then
2 echo empty
3 else
4 echo bizzy
5 fi) &&
6 echo foobar