t / chainlint / here-doc-multi-line-string.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 string
   3        cat <<-\TXT && echo "multi-line
   4        string"
   5        fizzle
   6        TXT
   7        bap
   8)