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 'dl/test-must-fail-fixes-3'
[git.git]
/
t
/
chainlint
/
close-subshell.test
blob
508ca447fd6c8badde4cea7dce6d141e8fea9bca
1
# LINT: closing ")" with various decorations ("&&", ">", "|", etc.)
2
(
3
foo
4
) &&
5
(
6
bar
7
) >out &&
8
(
9
baz
10
) 2>err &&
11
(
12
boo
13
) <input &&
14
(
15
bip
16
) | wuzzle &&
17
(
18
bop
19
) | fazz \
20
fozz &&
21
(
22
bup
23
) |
24
fuzzle &&
25
(
26
yop
27
)