Sign in
googlers
/
jrn
/
git
/
refs/heads/maint
/
.
/
t
/
chainlint
/
command-substitution.expect
blob: 73809fd585447f73c869e65266ec7560eaa83da4 [
file
] [
log
] [
blame
]
2
(
3
foo
&&
4
bar
=
$
(
gobble
)
&&
5
baz
6
)
&&
7
(
8
bar
=
$
(
gobble blocks
)
?!
LINT
:
missing
'&&'
?!
9
baz
10
)