summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/slashy_newlines_within_string.txt
blob: f9be33ffdd03d23c02bd20195d2a78f87ffad980 (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
53
54
55
56
57
@ ProgramNode (location: (1,0)-(6,5))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(6,5))
    └── body: (length: 2)
        ├── @ CallNode (location: (1,0)-(4,8))
        │   ├── flags: ignore_visibility
        │   ├── receiver: ∅
        │   ├── call_operator_loc: ∅
        │   ├── name: :puts
        │   ├── message_loc: (1,0)-(1,4) = "puts"
        │   ├── opening_loc: ∅
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (1,5)-(4,8))
        │   │   ├── flags: ∅
        │   │   └── arguments: (length: 1)
        │   │       └── @ StringNode (location: (1,5)-(4,8))
        │   │           ├── flags: ∅
        │   │           ├── opening_loc: (1,5)-(1,6) = "\""
        │   │           ├── content_loc: (1,6)-(4,7) = "hello\\\n my\\\n dear\\\n friend"
        │   │           ├── closing_loc: (4,7)-(4,8) = "\""
        │   │           └── unescaped: "hello my dear friend"
        │   ├── closing_loc: ∅
        │   └── block: ∅
        └── @ CallNode (location: (6,0)-(6,5))
            ├── flags: ∅
            ├── receiver:
            │   @ CallNode (location: (6,0)-(6,1))
            │   ├── flags: variable_call, ignore_visibility
            │   ├── receiver: ∅
            │   ├── call_operator_loc: ∅
            │   ├── name: :a
            │   ├── message_loc: (6,0)-(6,1) = "a"
            │   ├── opening_loc: ∅
            │   ├── arguments: ∅
            │   ├── closing_loc: ∅
            │   └── block: ∅
            ├── call_operator_loc: ∅
            ├── name: :+
            ├── message_loc: (6,2)-(6,3) = "+"
            ├── opening_loc: ∅
            ├── arguments:
            │   @ ArgumentsNode (location: (6,4)-(6,5))
            │   ├── flags: ∅
            │   └── arguments: (length: 1)
            │       └── @ CallNode (location: (6,4)-(6,5))
            │           ├── flags: variable_call, ignore_visibility
            │           ├── receiver: ∅
            │           ├── call_operator_loc: ∅
            │           ├── name: :b
            │           ├── message_loc: (6,4)-(6,5) = "b"
            │           ├── opening_loc: ∅
            │           ├── arguments: ∅
            │           ├── closing_loc: ∅
            │           └── block: ∅
            ├── closing_loc: ∅
            └── block: ∅