summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/heredoc_with_not_global_interpolation.txt
blob: 6e1648f65908a539f0ef33a7be52b53394d911a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
@ ProgramNode (location: (1,0)-(1,10))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,10))
    └── body: (length: 1)
        └── @ StringNode (location: (1,0)-(1,10))
            ├── flags: ∅
            ├── opening_loc: (1,0)-(1,10) = "<<-HEREDOC"
            ├── content_loc: (2,0)-(3,0) = "\#${\n"
            ├── closing_loc: (3,0)-(4,0) = "HEREDOC\n"
            └── unescaped: "\#${\n"