summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/array_symbols.txt
blob: 0662f01af1dc6de09bbc4ee8b6c5447b8c9fbd1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@ ProgramNode (location: (1,0)-(1,11))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,11))
    └── body: (length: 1)
        └── @ ArrayNode (location: (1,0)-(1,11))
            ├── flags: ∅
            ├── elements: (length: 2)
            │   ├── @ SymbolNode (location: (1,3)-(1,6))
            │   │   ├── flags: forced_us_ascii_encoding
            │   │   ├── opening_loc: ∅
            │   │   ├── value_loc: (1,3)-(1,6) = "foo"
            │   │   ├── closing_loc: ∅
            │   │   └── unescaped: "foo"
            │   └── @ SymbolNode (location: (1,7)-(1,10))
            │       ├── flags: forced_us_ascii_encoding
            │       ├── opening_loc: ∅
            │       ├── value_loc: (1,7)-(1,10) = "bar"
            │       ├── closing_loc: ∅
            │       └── unescaped: "bar"
            ├── opening_loc: (1,0)-(1,3) = "%i["
            └── closing_loc: (1,10)-(1,11) = "]"