# This file is intentionally in DOS/Windows format,
# with CRLF line endings, do not change!
$HEREDOC = <<HERE
  Multiline
  text
HERE

  $HEREDOC_WITH_INDENT = <<-HERE_IDENT
  Line1
  Line2
  HERE_IDENT
