Sign in
code
/
git
/
67b0a24910fbb23c8f5e7a2c61c339818bc68296
/
.
/
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
)