projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'sg/fast-import-dump-refs-on-checkpoint-fix'
[git]
/
t
/
chainlint
/
semicolon.expect
1
(
2
?!AMP?!?!SEMI?! cat foo ; echo bar
3
?!SEMI?! cat foo ; echo bar
4
>) &&
5
(
6
?!SEMI?! cat foo ; echo bar &&
7
?!SEMI?! cat foo ; echo bar
8
>) &&
9
(
10
echo "foo; bar" &&
11
?!SEMI?! cat foo; echo bar
12
>) &&
13
(
14
?!SEMI?! foo;
15
>) &&
16
(
17
cd foo &&
18
for i in a b c; do
19
?!SEMI?! echo;
20
> done)