summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/interpolated_word_array_line_breaks.txt
blob: 933e5de62723d18af576e626070740033cccce8d (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
@ ProgramNode (location: (1,0)-(5,1))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(5,1))
    └── body: (length: 2)
        ├── @ ArrayNode (location: (1,0)-(4,1))
        │   ├── flags: ∅
        │   ├── elements: (length: 2)
        │   │   ├── @ StringNode (location: (2,0)-(2,1))
        │   │   │   ├── flags: ∅
        │   │   │   ├── opening_loc: ∅
        │   │   │   ├── content_loc: (2,0)-(2,1) = "a"
        │   │   │   ├── closing_loc: ∅
        │   │   │   └── unescaped: "a"
        │   │   └── @ StringNode (location: (3,0)-(3,1))
        │   │       ├── flags: ∅
        │   │       ├── opening_loc: ∅
        │   │       ├── content_loc: (3,0)-(3,1) = "b"
        │   │       ├── closing_loc: ∅
        │   │       └── unescaped: "b"
        │   ├── opening_loc: (1,0)-(1,3) = "%W("
        │   └── closing_loc: (4,0)-(4,1) = ")"
        └── @ IntegerNode (location: (5,0)-(5,1))
            ├── flags: decimal
            └── value: 1