aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/heredoc_with_carriage_return_escapes.txt
blob: b5f85f4348e1279575f6db24f3ede8a0f7524e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@ ProgramNode (location: (0...5))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...5))
    └── body: (length: 1)
        └── @ InterpolatedStringNode (location: (0...5))
            ├── opening_loc: (0...5) = "<<EOS"
            ├── parts: (length: 1)
            │   └── @ StringNode (location: (6...21))
            │       ├── opening_loc: ∅
            │       ├── content_loc: (6...21) = "foo\\rbar\nbaz\\r\n"
            │       ├── closing_loc: ∅
            │       └── unescaped: "foo\rbar\nbaz\r\n"
            └── closing_loc: (21...25) = "EOS\n"