summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/heredocs_with_ignored_newlines.txt
blob: 8e12546ec756fda47a096f0d141638d78274fe96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<<-HERE\
HERE

<<~THERE\
  way over
  <<HERE
    not here
  HERE

  <<~BUT\
    but
  BUT
    there
THERE