]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/multi-line-nested-command-substitution.test
t/chainlint: add chainlint "nested subshell" test cases
[thirdparty/git.git] / t / chainlint / multi-line-nested-command-substitution.test
CommitLineData
bb4efbc5
ES
1(
2 foo &&
3 x=$(
4 echo bar |
5 cat
6 ) &&
7 echo ok
8) |
9sort