aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/array_words.txt
blob: c6594b3218e1605101a9b323d78318f89bf78850 (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
@ ProgramNode (location: (1,0)-(1,11))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,11))
    ├── flags: ∅
    └── body: (length: 1)
        └── @ ArrayNode (location: (1,0)-(1,11))
            ├── flags: newline
            ├── 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) = "]"