t/chainlint: add chainlint "nested subshell" test cases
[git.git] / t / chainlint / multi-line-nested-command-substitution.expect
blob19c023b1c871daa34df20735ca848a454bf647bc
2         foo &&
3         x=$(
4                 echo bar |
5                 cat
6 >>      ) &&
7         echo ok
8 >) |
9 sort