]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/if-then-else.expect
Merge branch 'da/rhel7-lacks-uncompress2-and-c99'
[thirdparty/git.git] / t / chainlint / if-then-else.expect
CommitLineData
ebcbbe06
ES
1(
2 if test -n ""
3 then
db8c7a1c 4 echo very ?!AMP?!
ebcbbe06
ES
5 echo empty
6 elif test -z ""
925d7304 7 then
ebcbbe06
ES
8 echo foo
9 else
10 echo foo &&
34ba05c2 11 cat <<-EOF
db8c7a1c 12 fi ?!AMP?!
ebcbbe06 13 echo poodle
5be30d0c 14) &&
ebcbbe06
ES
15(
16 if test -n ""; then
17 echo very &&
925d7304
ES
18 echo empty
19 fi
5be30d0c 20)