Sign in
code
/
git
/
b5796d9a3263b26a8ef32eeca76b3c1d62fcedc5
/
.
/
t
/
chainlint
/
command-substitution.test
blob: 3bbb002a4c746c8e4cdd4cb9b80e60224b3bd2a9 [
file
] [
log
] [
blame
]
(
foo
&&
# LINT: closing ")" of $(...) not misinterpreted as subshell-closing ")"
bar
=
$
(
gobble
)
&&
baz
)
&&
(
# LINT: missing "&&" on $(...)
bar
=
$
(
gobble blocks
)
baz
)