aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/heredocs_with_ignored_newlines.txt
blob: c0e84a874bdfc3fc1ca17139e533b781147db27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@ ProgramNode (location: (0...23))
├── locals: []
└── statements:
    @ StatementsNode (location: (0...23))
    └── body: (length: 2)
        ├── @ StringNode (location: (0...7))
        │   ├── opening_loc: (0...7) = "<<-HERE"
        │   ├── content_loc: (7...9) = "\\\n"
        │   ├── closing_loc: (9...14) = "HERE\n"
        │   └── unescaped: ""
        └── @ StringNode (location: (15...23))
            ├── opening_loc: (15...23) = "<<~THERE"
            ├── content_loc: (25...100) = "  way over\n  <<HERE\n    not here\n  HERE\n\n  <<~BUT\\\n    but\n  BUT\n    there\n"
            ├── closing_loc: (100...106) = "THERE\n"
            └── unescaped: "way over\n<<HERE\n  not here\nHERE\n\n<<~BUT  but\nBUT\n  there\n"