repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revision.c: better error reporting on ref from different worktrees
[git.git]
/
t
/
chainlint
/
if-then-else.expect
blob
5953c7bfbc2e792af695f1f711ea06662a61dcb5
1
(
2
if test -n ""
3
then
4
?!AMP?! echo very
5
echo empty
6
elif test -z ""
7
echo foo
8
else
9
echo foo &&
10
cat
11
?!AMP?! fi
12
echo poodle
13
>) &&
14
(
15
if test -n ""; then
16
echo very &&
17
?!AMP?! echo empty
18
if
19
>)