aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/whitequark/ruby_bug_11989.txt
blob: 4ef846677724de4995fef566d0ece407cb4bdc23 (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
@ ProgramNode (location: (0...8))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...8))
    └── body: (length: 1)
        └── @ CallNode (location: (0...8))
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── message_loc: (0...1) = "p"
            ├── opening_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (2...8))
            │   └── arguments: (length: 1)
            │       └── @ InterpolatedStringNode (location: (2...8))
            │           ├── opening_loc: (2...8) = "<<~\"E\""
            │           ├── parts: (length: 1)
            │           │   └── @ StringNode (location: (9...19))
            │           │       ├── opening_loc: ∅
            │           │       ├── content_loc: (9...19) = "  x\\n   y\n"
            │           │       ├── closing_loc: ∅
            │           │       └── unescaped: "x\n   y\n"
            │           └── closing_loc: (19...21) = "E\n"
            ├── closing_loc: ∅
            ├── block: ∅
            ├── flags: 
            └── name: "p"