t / chainlint / here-doc-multi-line-command-subst.teston commit chainlint: let here-doc and multi-line string commence on same line (d938711)
   1(
   2# LINT: line contains here-doc and opens multi-line $(...)
   3        x=$(bobble <<-\END &&
   4                fossil
   5                vegetable
   6                END
   7                wiffle)
   8        echo $x
   9)