t / chainlint / exit-subshell.expecton commit fetch: replace string-list used as a look-up table with a hashmap (e198b3a)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)