summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/non_lvar_injecting_match.txt
blob: 584e997df2c6da5745715a45acc3a47efda967f7 (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
38
39
40
41
42
43
44
@ ProgramNode (location: (1,0)-(1,28))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,28))
    └── body: (length: 1)
        └── @ CallNode (location: (1,0)-(1,28))
            ├── flags: ∅
            ├── receiver:
            │   @ InterpolatedRegularExpressionNode (location: (1,0)-(1,19))
            │   ├── flags: ∅
            │   ├── opening_loc: (1,0)-(1,1) = "/"
            │   ├── parts: (length: 2)
            │   │   ├── @ EmbeddedStatementsNode (location: (1,1)-(1,5))
            │   │   │   ├── opening_loc: (1,1)-(1,3) = "\#{"
            │   │   │   ├── statements:
            │   │   │   │   @ StatementsNode (location: (1,3)-(1,4))
            │   │   │   │   └── body: (length: 1)
            │   │   │   │       └── @ IntegerNode (location: (1,3)-(1,4))
            │   │   │   │           ├── flags: decimal
            │   │   │   │           └── value: 1
            │   │   │   └── closing_loc: (1,4)-(1,5) = "}"
            │   │   └── @ StringNode (location: (1,5)-(1,18))
            │   │       ├── flags: frozen
            │   │       ├── opening_loc: ∅
            │   │       ├── content_loc: (1,5)-(1,18) = "(?<match>bar)"
            │   │       ├── closing_loc: ∅
            │   │       └── unescaped: "(?<match>bar)"
            │   └── closing_loc: (1,18)-(1,19) = "/"
            ├── call_operator_loc: ∅
            ├── name: :=~
            ├── message_loc: (1,20)-(1,22) = "=~"
            ├── opening_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (1,23)-(1,28))
            │   ├── flags: ∅
            │   └── arguments: (length: 1)
            │       └── @ StringNode (location: (1,23)-(1,28))
            │           ├── flags: ∅
            │           ├── opening_loc: (1,23)-(1,24) = "'"
            │           ├── content_loc: (1,24)-(1,27) = "bar"
            │           ├── closing_loc: (1,27)-(1,28) = "'"
            │           └── unescaped: "bar"
            ├── closing_loc: ∅
            └── block: ∅