chainlint.sed: improve ?!AMP?! placement accuracy
[git.git] / t / chainlint / if-then-else.expect
blob3055d5606c59298055ffa956a82c83a584064949
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
12         fi ?!AMP?!
13         echo poodle
14 >) &&
16         if test -n ""; then
17                 echo very &&
18                 echo empty
19         fi