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