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
Fix spelling errors in comments of testcases
[git.git]
/
t
/
chainlint
/
semicolon.expect
blob
1d79384606d2a2f3d3ceb72a9cfaa3ee7adbc95e
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)