t / chainlint / command-substitution.expecton commit split-index: smudge and add racily clean cache entries to split index (5581a01)
   1(
   2        foo &&
   3        bar=$(gobble) &&
   4        baz
   5>) &&
   6(
   7?!AMP?! bar=$(gobble blocks)
   8        baz
   9>)