Sign in
googlers
/
jrn
/
git
/
e88842ee1c81d45157e2a4e87f6065b6837e279a
/
.
/
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
)