t / chainlint / command-substitution.expecton commit sha1-name.c: remove implicit dependency on the_index (3a7a698)
   1(
   2        foo &&
   3        bar=$(gobble) &&
   4        baz
   5>) &&
   6(
   7?!AMP?! bar=$(gobble blocks)
   8        baz
   9>)