Sign in
code
/
git
/
65faad6d841c29d4545e9cf3676d75f4e6e4872c
/
.
/
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
)