Merge branch 'l10n-de-2.40' of github.com:ralfth/git
[alt-git.git] / t / chainlint / if-then-else.expect
blobcbaaf857d47a0bf23813933e768b6a9128670737
2         if test -n ""
3         then
4                 echo very ?!AMP?!
5                 echo empty
6         elif test -z ""
7         then
8                 echo foo
9         else
10                 echo foo &&
11                 cat <<-\EOF
12                 bar
13                 EOF
14         fi ?!AMP?!
15         echo poodle
16 ) &&
18         if test -n ""; then
19                 echo very &&
20                 echo empty
21         fi