summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/seattlerb/parse_line_heredoc.txt
blob: 201339534c9bddc0050466c0db60b038e06bc63b (plain)
1
2
3
4
5
      string = <<-HEREDOC.strip
        very long string
      HEREDOC
      puts string