summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/heredocs_nested.txt
blob: 080237827897ae0a8c6edb78346c622cf7716fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<<~RUBY
pre
#{
<<RUBY
  hello
RUBY
}
post
RUBY

# depth greater than PM_LEX_STACK_SIZE
<<-A
#{
<<-B
#{
<<-C
#{3}
C
}
B
}
A