Sign in
googlers
/
jrn
/
git
/
9f6714ab3e61ad58c4532077d4b8dc807ff0410d
/
.
/
t
/
chainlint
/
multi-line-nested-command-substitution.test
blob: 300058341b6f303dce9d8e8105b6f16fa25f2ebf [
file
] [
log
] [
blame
]
(
foo
&&
x
=
$
(
echo bar
|
cat
)
&&
echo ok
)
|
sort
&&
(
bar
&&
x
=
$
(
echo bar
|
cat
)
&&
y
=
$
(
echo baz
|
fip
)
&&
echo fail
)