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