aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/heredoc_with_comment_at_start.txt
blob: d9dfa8541e5647632cb1edaf4b79630f832c3fe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
@ ProgramNode (location: (1,0)-(1,9))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,9))
    └── body: (length: 1)
        └── @ StringNode (location: (1,0)-(1,9))
            ├── flags: ∅
            ├── opening_loc: (1,0)-(1,9) = "<<-TARGET"
            ├── content_loc: (2,0)-(3,0) = "  data\r\n"
            ├── closing_loc: (3,0)-(4,0) = "TARGET\r\n"
            └── unescaped: "  data\r\n"