summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/array_words.txt
blob: 84121de355d927318ce59db66c1f49d3d5f9ab38 (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)
            │   ├── @ StringNode (location: (1,3)-(1,6))
            │   │   ├── flags: ∅
            │   │   ├── opening_loc: ∅
            │   │   ├── content_loc: (1,3)-(1,6) = "foo"
            │   │   ├── closing_loc: ∅
            │   │   └── unescaped: "foo"
            │   └── @ StringNode (location: (1,7)-(1,10))
            │       ├── flags: ∅
            │       ├── opening_loc: ∅
            │       ├── content_loc: (1,7)-(1,10) = "bar"
            │       ├── closing_loc: ∅
            │       └── unescaped: "bar"
            ├── opening_loc: (1,0)-(1,3) = "%w["
            └── closing_loc: (1,10)-(1,11) = "]"