summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/parse_line_dstr_escaped_newline.txt
blob: aada5a947729d9a3f5db4eda0d7e39275bf025e0 (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)-(3,4))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(3,4))
    └── body: (length: 2)
        ├── @ InterpolatedStringNode (location: (1,0)-(2,2))
        │   ├── flags: ∅
        │   ├── opening_loc: (1,0)-(1,1) = "\""
        │   ├── parts: (length: 2)
        │   │   ├── @ StringNode (location: (1,1)-(1,4))
        │   │   │   ├── flags: frozen
        │   │   │   ├── opening_loc: ∅
        │   │   │   ├── content_loc: (1,1)-(1,4) = "a\\n"
        │   │   │   ├── closing_loc: ∅
        │   │   │   └── unescaped: "a\n"
        │   │   └── @ EmbeddedStatementsNode (location: (1,4)-(2,1))
        │   │       ├── opening_loc: (1,4)-(1,6) = "\#{"
        │   │       ├── statements: ∅
        │   │       └── closing_loc: (2,0)-(2,1) = "}"
        │   └── closing_loc: (2,1)-(2,2) = "\""
        └── @ TrueNode (location: (3,0)-(3,4))