t / chainlint / exit-subshell.expecton commit chainlint: recognize multi-line quoted strings more robustly (22e3e02)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)