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