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