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