t / chainlint / here-doc.teston commit Merge branch 'sg/t0020-conversion-fix' (df19317)
   1# LINT: stitch together incomplete \-ending lines
   2# LINT: swallow here-doc to avoid false positives in content
   3boodle wobba \
   4       gorgo snoot \
   5       wafta snurb <<EOF &&
   6quoth the raven,
   7nevermore...
   8EOF
   9
  10# LINT: swallow here-doc with arbitrary tag
  11cat <<-Arbitrary_Tag_42 >foo &&
  12snoz
  13boz
  14woz
  15Arbitrary_Tag_42
  16
  17# LINT: swallow 'quoted' here-doc
  18cat <<'FUMP' >bar &&
  19snoz
  20boz
  21woz
  22FUMP
  23
  24# LINT: swallow here-doc (EOF is last line of test)
  25horticulture <<\EOF
  26gomez
  27morticia
  28wednesday
  29pugsly
  30EOF