aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/parse_line_heredoc_hardnewline.txt
blob: c29b09012edb0a065caaa202c045e8b378e4b973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ProgramNode(0...48)(
  [],
  StatementsNode(0...48)(
    [InterpolatedStringNode(0...8)(
       (0...8),
       [StringNode(9...28)(
          nil,
          (9...28),
          nil,
          "\n" + "\n" + "\n" + "\n" + "\n" + "\n" + "\n" + "\n" + "\n" + "\n"
        )],
       (28...34)
     ),
     ClassNode(35...48)(
       [],
       (35...40),
       ConstantReadNode(41...44)(:Foo),
       nil,
       nil,
       nil,
       (45...48),
       "Foo",
       :Foo
     )]
  )
)