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
Merge branch 'ps/show-ref'
[git.git]
/
t
/
chainlint
/
case.expect
blob
31f280d8ceb3152a057c26cabe926f9defb8bdac
1
(
2
case "$x" in
3
x) foo ;;
4
*) bar ;;
5
esac &&
6
foobar
7
) &&
8
(
9
case "$x" in
10
x) foo ;;
11
*) bar ;;
12
esac ?!AMP?!
13
foobar
14
) &&
15
(
16
case "$x" in 1) true;; esac &&
17
case "$y" in 2) false;; esac ?!AMP?!
18
foobar
19
)