tvl-depot/third_party/git/t/chainlint/here-doc-multi-line-string.test
2020-01-11 23:40:29 +00:00

8 lines
123 B
Text

(
# LINT: line contains here-doc and opens multi-line string
cat <<-\TXT && echo "multi-line
string"
fizzle
TXT
bap
)