t / chainlint / multi-line-nested-command-substitution.expecton commit t7406: avoid having git commands upstream of a pipe (65799fb)
   1(
   2        foo &&
   3        x=$(
   4                echo bar |
   5                cat
   6>>      ) &&
   7        echo ok
   8>) |
   9sort