summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/string_concat.txt
blob: f7f7bf9723baae782ecfcb9b7023ff2afdf408bc (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,14))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,14))
    └── body: (length: 1)
        └── @ InterpolatedStringNode (location: (1,0)-(1,14))
            ├── flags: ∅
            ├── opening_loc: ∅
            ├── parts: (length: 2)
            │   ├── @ InterpolatedStringNode (location: (1,0)-(1,8))
            │   │   ├── flags: ∅
            │   │   ├── opening_loc: (1,0)-(1,1) = "\""
            │   │   ├── parts: (length: 2)
            │   │   │   ├── @ StringNode (location: (1,1)-(1,4))
            │   │   │   │   ├── flags: frozen
            │   │   │   │   ├── opening_loc: ∅
            │   │   │   │   ├── content_loc: (1,1)-(1,4) = "foo"
            │   │   │   │   ├── closing_loc: ∅
            │   │   │   │   └── unescaped: "foo"
            │   │   │   └── @ EmbeddedVariableNode (location: (1,4)-(1,7))
            │   │   │       ├── operator_loc: (1,4)-(1,5) = "#"
            │   │   │       └── variable:
            │   │   │           @ InstanceVariableReadNode (location: (1,5)-(1,7))
            │   │   │           └── name: :@a
            │   │   └── closing_loc: (1,7)-(1,8) = "\""
            │   └── @ StringNode (location: (1,9)-(1,14))
            │       ├── flags: frozen
            │       ├── opening_loc: (1,9)-(1,10) = "\""
            │       ├── content_loc: (1,10)-(1,13) = "bar"
            │       ├── closing_loc: (1,13)-(1,14) = "\""
            │       └── unescaped: "bar"
            └── closing_loc: ∅