about summary refs log tree commit diff
path: root/third_party/git/t/chainlint/here-doc-multi-line-string.test
(
# LINT: line contains here-doc and opens multi-line string
	cat <<-\TXT && echo "multi-line
	string"
	fizzle
	TXT
	bap
)