summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/parse_line_evstr_after_break.txt
blob: 82f461e340d35b7fa194dafe95963df57595b4b8 (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
33
34
35
36
37
@ ProgramNode (location: (1,0)-(2,6))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(2,6))
    └── body: (length: 1)
        └── @ InterpolatedStringNode (location: (1,0)-(2,6))
            ├── flags: ∅
            ├── opening_loc: ∅
            ├── parts: (length: 2)
            │   ├── @ StringNode (location: (1,0)-(1,3))
            │   │   ├── flags: frozen
            │   │   ├── opening_loc: (1,0)-(1,1) = "\""
            │   │   ├── content_loc: (1,1)-(1,2) = "a"
            │   │   ├── closing_loc: (1,2)-(1,3) = "\""
            │   │   └── unescaped: "a"
            │   └── @ InterpolatedStringNode (location: (2,0)-(2,6))
            │       ├── flags: ∅
            │       ├── opening_loc: (2,0)-(2,1) = "\""
            │       ├── parts: (length: 1)
            │       │   └── @ EmbeddedStatementsNode (location: (2,1)-(2,5))
            │       │       ├── opening_loc: (2,1)-(2,3) = "\#{"
            │       │       ├── statements:
            │       │       │   @ StatementsNode (location: (2,3)-(2,4))
            │       │       │   └── body: (length: 1)
            │       │       │       └── @ CallNode (location: (2,3)-(2,4))
            │       │       │           ├── flags: variable_call, ignore_visibility
            │       │       │           ├── receiver: ∅
            │       │       │           ├── call_operator_loc: ∅
            │       │       │           ├── name: :b
            │       │       │           ├── message_loc: (2,3)-(2,4) = "b"
            │       │       │           ├── opening_loc: ∅
            │       │       │           ├── arguments: ∅
            │       │       │           ├── closing_loc: ∅
            │       │       │           └── block: ∅
            │       │       └── closing_loc: (2,4)-(2,5) = "}"
            │       └── closing_loc: (2,5)-(2,6) = "\""
            └── closing_loc: ∅