1 test_expect_success 'here-doc' '
2 # LINT: stitch together incomplete \-ending lines
3 # LINT: swallow here-doc to avoid false positives in content
11 # LINT: swallow here-doc with arbitrary tag
12 cat <<-Arbitrary_Tag_42 >foo &&
18 # LINT: swallow "quoted" here-doc
25 # LINT: swallow here-doc (EOF is last line of test)