summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt
blob: c4be1244dce1994ee499d53eed95fecdecd4c0ff (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
@ ProgramNode (location: (1,0)-(1,5))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,5))
    └── body: (length: 1)
        └── @ InterpolatedStringNode (location: (1,0)-(1,5))
            ├── flags: ∅
            ├── opening_loc: (1,0)-(1,5) = "<<EOS"
            ├── parts: (length: 3)
            │   ├── @ StringNode (location: (2,0)-(2,5))
            │   │   ├── flags: frozen
            │   │   ├── opening_loc: ∅
            │   │   ├── content_loc: (2,0)-(2,5) = "foo\\r"
            │   │   ├── closing_loc: ∅
            │   │   └── unescaped: "foo\r"
            │   ├── @ EmbeddedVariableNode (location: (2,5)-(2,10))
            │   │   ├── operator_loc: (2,5)-(2,6) = "#"
            │   │   └── variable:
            │   │       @ InstanceVariableReadNode (location: (2,6)-(2,10))
            │   │       └── name: :@bar
            │   └── @ StringNode (location: (2,10)-(3,0))
            │       ├── flags: frozen
            │       ├── opening_loc: ∅
            │       ├── content_loc: (2,10)-(3,0) = "\n"
            │       ├── closing_loc: ∅
            │       └── unescaped: "\n"
            └── closing_loc: (3,0)-(4,0) = "EOS\n"