Sign in
◑
Theme
code
/
git
/
2e8a9d94b009c69628e29bc7c50d9a3fc12e14ba
/
.
/
t
/
chainlint
/
multi-line-nested-command-substitution.test
blob: e811c63f2bca4217da16ad40552bd1d8ece87be9 [
file
]
test_expect_success
'multi-line-nested-command-substitution'
'
(
foo &&
x=$(
echo bar |
cat
) &&
echo ok
) |
sort &&
(
bar &&
x=$(echo bar |
cat
) &&
y=$(echo baz |
fip) &&
echo fail
)
'