aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
blob: e8d05713a4bfc0e6098d67f2f8c66eb3408a3f35 (plain)
1
2
3
4
5
6
7
8
9
10
@ ProgramNode (location: (0...5))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...5))
    └── body: (length: 1)
        └── @ StringNode (location: (0...5))
            ├── opening_loc: (0...5) = "<<EOS"
            ├── content_loc: (7...22) = "foo\rbar\r\r\nbaz\r\n"
            ├── closing_loc: (22...27) = "EOS\r\n"
            └── unescaped: "foo\rbar\r\r\nbaz\r\n"