summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/heredocs_leading_whitespace.txt
blob: e786f0877452e4fc63e97356f5d84f11c541911c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<<-'  FOO'
a
b
     FOO

<<-'  FOO'
a
b
  FOO

<<~'  FOO'
a
b
     FOO

<<~'  FOO'
a
b
  FOO