aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt
blob: 04727011a2a369ba5913bdfae47ce45f1fd7aef5 (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(7...12)(nil, (7...12), nil, "foo\r"),
        EmbeddedVariableNode(12...17)(
          (12...13),
          InstanceVariableReadNode(13...17)(:bar)
        ),
        StringNode(17...19)(nil, (17...19), nil, "\r\n")],
       (19...24)
     )]
  )
)