summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/str_heredoc_interp.txt
blob: bb7bbba259ad1917396c169eeb4c705cf9eb811d (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
29
30
31
32
@ ProgramNode (location: (1,0)-(1,4))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,4))
    └── body: (length: 1)
        └── @ InterpolatedStringNode (location: (1,0)-(1,4))
            ├── flags: ∅
            ├── opening_loc: (1,0)-(1,4) = "<<\"\""
            ├── parts: (length: 2)
            │   ├── @ EmbeddedStatementsNode (location: (2,0)-(2,4))
            │   │   ├── opening_loc: (2,0)-(2,2) = "\#{"
            │   │   ├── statements:
            │   │   │   @ StatementsNode (location: (2,2)-(2,3))
            │   │   │   └── body: (length: 1)
            │   │   │       └── @ CallNode (location: (2,2)-(2,3))
            │   │   │           ├── flags: variable_call, ignore_visibility
            │   │   │           ├── receiver: ∅
            │   │   │           ├── call_operator_loc: ∅
            │   │   │           ├── name: :x
            │   │   │           ├── message_loc: (2,2)-(2,3) = "x"
            │   │   │           ├── opening_loc: ∅
            │   │   │           ├── arguments: ∅
            │   │   │           ├── closing_loc: ∅
            │   │   │           └── block: ∅
            │   │   └── closing_loc: (2,3)-(2,4) = "}"
            │   └── @ StringNode (location: (2,4)-(4,0))
            │       ├── flags: frozen
            │       ├── opening_loc: ∅
            │       ├── content_loc: (2,4)-(4,0) = "\nblah2\n"
            │       ├── closing_loc: ∅
            │       └── unescaped: "\nblah2\n"
            └── closing_loc: (4,0)-(5,0) = "\n"