aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt
blob: 5aab2888ef81ad5cdc7ea197a19bc38e13a603db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ProgramNode(0...5)(
  [],
  StatementsNode(0...5)(
    [InterpolatedStringNode(0...5)(
       (0...5),
       [StringNode(6...11)(nil, (6...11), nil, "foo\r"),
        EmbeddedVariableNode(11...16)(
          (11...12),
          InstanceVariableReadNode(12...16)(:bar)
        ),
        StringNode(16...17)(nil, (16...17), nil, "\n")],
       (17...21)
     )]
  )
)