summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/pctW_lineno.txt
blob: 58efa9c59a1b4c1f20567dcddf1fce97347ac6fe (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@ ProgramNode (location: (1,0)-(5,11))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(5,11))
    └── body: (length: 1)
        └── @ ArrayNode (location: (1,0)-(5,11))
            ├── flags: ∅
            ├── elements: (length: 7)
            │   ├── @ StringNode (location: (1,3)-(1,7))
            │   │   ├── flags: ∅
            │   │   ├── opening_loc: ∅
            │   │   ├── content_loc: (1,3)-(1,7) = "a\\nb"
            │   │   ├── closing_loc: ∅
            │   │   └── unescaped: "a\nb"
            │   ├── @ StringNode (location: (2,0)-(2,1))
            │   │   ├── flags: ∅
            │   │   ├── opening_loc: ∅
            │   │   ├── content_loc: (2,0)-(2,1) = "c"
            │   │   ├── closing_loc: ∅
            │   │   └── unescaped: "c"
            │   ├── @ StringNode (location: (2,2)-(2,3))
            │   │   ├── flags: ∅
            │   │   ├── opening_loc: ∅
            │   │   ├── content_loc: (2,2)-(2,3) = "d"
            │   │   ├── closing_loc: ∅
            │   │   └── unescaped: "d"
            │   ├── @ StringNode (location: (3,0)-(4,1))
            │   │   ├── flags: ∅
            │   │   ├── opening_loc: ∅
            │   │   ├── content_loc: (3,0)-(4,1) = "e\\\nf"
            │   │   ├── closing_loc: ∅
            │   │   └── unescaped: "e\nf"
            │   ├── @ StringNode (location: (5,0)-(5,2))
            │   │   ├── flags: ∅
            │   │   ├── opening_loc: ∅
            │   │   ├── content_loc: (5,0)-(5,2) = "gy"
            │   │   ├── closing_loc: ∅
            │   │   └── unescaped: "gy"
            │   ├── @ StringNode (location: (5,3)-(5,6))
            │   │   ├── flags: ∅
            │   │   ├── opening_loc: ∅
            │   │   ├── content_loc: (5,3)-(5,6) = "h\\y"
            │   │   ├── closing_loc: ∅
            │   │   └── unescaped: "hy"
            │   └── @ StringNode (location: (5,7)-(5,10))
            │       ├── flags: ∅
            │       ├── opening_loc: ∅
            │       ├── content_loc: (5,7)-(5,10) = "i\\y"
            │       ├── closing_loc: ∅
            │       └── unescaped: "iy"
            ├── opening_loc: (1,0)-(1,3) = "%W("
            └── closing_loc: (5,10)-(5,11) = ")"