Sign in
code
/
git
/
d497bd9d597a21430da541a9f5414784ad26e48b
/
.
/
t
/
chainlint
/
command-substitution.expect
blob: 5e31b36db65bb9ffda850039f50b03dbd86a9ea5 [
file
] [
log
] [
blame
]
2
(
3
foo
&&
4
bar
=
$
(
gobble
)
&&
5
baz
6
)
&&
7
(
8
bar
=
$
(
gobble blocks
)
?!
AMP
?!
9
baz
10
)