summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
blob: 36bc4c6560714b79ac5614cfb20384f40759a23b (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\r\nbaz\r\n"
            ├── closing_loc: (4,0)-(5,0) = "EOS\r\n"
            └── unescaped: "foo\rbar\r\nbaz\n"