summaryrefslogtreecommitdiff
path: root/t/chainlint/here-doc-multi-line-string.test
blob: 2f496002fdbcac1d6783c79007151a5115586304 (plain)
1
2
3
4
5
6
7
8
9
10
test_expect_success 'here-doc-multi-line-string' '
(
# LINT: line contains here-doc and opens multi-line string
	cat <<-\TXT && echo "multi-line
	string"
	fizzle
	TXT
	bap
)
'