summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/parser_bug_989.txt
blob: c241d6127f1e5c77f3ba7af8a76782eb80fff376 (plain)
1
2
3
4
5
6
7
8
9
10
11
@ ProgramNode (location: (1,1)-(1,8))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,1)-(1,8))
    └── body: (length: 1)
        └── @ StringNode (location: (1,1)-(1,8))
            ├── flags: ∅
            ├── opening_loc: (1,1)-(1,8) = "<<-HERE"
            ├── content_loc: (2,0)-(3,0) = "\t\tcontent\n"
            ├── closing_loc: (3,0)-(4,0) = "\tHERE\n"
            └── unescaped: "\t\tcontent\n"