summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt
blob: bc05047b409317e1e6c135776a23f74224d17709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@ ProgramNode (location: (1,0)-(4,6))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(4,6))
    └── body: (length: 1)
        └── @ CallNode (location: (1,0)-(4,6))
            ├── flags: ∅
            ├── receiver:
            │   @ StringNode (location: (1,0)-(1,5))
            │   ├── flags: ∅
            │   ├── opening_loc: (1,0)-(1,5) = "<<END"
            │   ├── content_loc: (2,0)-(3,0) = "blah\n"
            │   ├── closing_loc: (3,0)-(4,0) = "END\n"
            │   └── unescaped: "blah\n"
            ├── call_operator_loc: (4,0)-(4,1) = "."
            ├── name: :strip
            ├── message_loc: (4,1)-(4,6) = "strip"
            ├── opening_loc: ∅
            ├── arguments: ∅
            ├── closing_loc: ∅
            └── block: ∅