aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/bug_heredoc_do.txt
blob: 306de35b9554ae46e7b0f7f0ea56218cf0facb65 (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
@ ProgramNode (location: (1,0)-(3,3))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(3,3))
    └── body: (length: 1)
        └── @ CallNode (location: (1,0)-(3,3))
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── message_loc: (1,0)-(1,1) = "f"
            ├── opening_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (1,2)-(1,10))
            │   └── arguments: (length: 1)
            │       └── @ StringNode (location: (1,2)-(1,10))
            │           ├── flags: ∅
            │           ├── opening_loc: (1,2)-(1,10) = "<<-TABLE"
            │           ├── content_loc: (2,0)-(1,0) = ""
            │           ├── closing_loc: (2,0)-(2,0) = "TABLE\n"
            │           └── unescaped: ""
            ├── closing_loc: ∅
            ├── block:
            │   @ BlockNode (location: (1,11)-(3,3))
            │   ├── locals: []
            │   ├── parameters: ∅
            │   ├── body: ∅
            │   ├── opening_loc: (1,11)-(1,13) = "do"
            │   └── closing_loc: (3,0)-(3,3) = "end"
            ├── flags: ∅
            └── name: "f"