aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/str_str_str.txt
blob: 8045e264601151c7104694fe0a709369ac5c652e (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
@ ProgramNode (location: (0...12))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...12))
    └── body: (length: 1)
        └── @ InterpolatedStringNode (location: (0...12))
            ├── opening_loc: (0...1) = "\""
            ├── parts: (length: 3)
            │   ├── @ StringNode (location: (1...3))
            │   │   ├── flags: ∅
            │   │   ├── opening_loc: ∅
            │   │   ├── content_loc: (1...3) = "a "
            │   │   ├── closing_loc: ∅
            │   │   └── unescaped: "a "
            │   ├── @ EmbeddedStatementsNode (location: (3...9))
            │   │   ├── opening_loc: (3...5) = "\#{"
            │   │   ├── statements:
            │   │   │   @ StatementsNode (location: (5...8))
            │   │   │   └── body: (length: 1)
            │   │   │       └── @ StringNode (location: (5...8))
            │   │   │           ├── flags: ∅
            │   │   │           ├── opening_loc: (5...6) = "'"
            │   │   │           ├── content_loc: (6...7) = "b"
            │   │   │           ├── closing_loc: (7...8) = "'"
            │   │   │           └── unescaped: "b"
            │   │   └── closing_loc: (8...9) = "}"
            │   └── @ StringNode (location: (9...11))
            │       ├── flags: ∅
            │       ├── opening_loc: ∅
            │       ├── content_loc: (9...11) = " c"
            │       ├── closing_loc: ∅
            │       └── unescaped: " c"
            └── closing_loc: (11...12) = "\""