aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/heredoc_lineno.txt
blob: 27708e25381e7840b766e3a435abfc13054df131 (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
27
28
ProgramNode(0...41)(
  [:c, :d],
  StatementsNode(0...41)(
    [LocalVariableWriteNode(0...11)(
       :c,
       0,
       InterpolatedStringNode(4...11)(
         (4...11),
         [StringNode(12...30)(
            nil,
            (12...30),
            nil,
            "line2\n" + "line3\n" + "line4\n"
          )],
         (30...34)
       ),
       (0...1),
       (2...3)
     ),
     LocalVariableWriteNode(35...41)(
       :d,
       0,
       IntegerNode(39...41)(),
       (35...36),
       (37...38)
     )]
  )
)