aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt
blob: 99b42f6122a97ebd6aee77a77752756d9db7ce77 (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)
     )]
  )
)