summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/xstring_plain.txt
blob: 97084286d9882ea5f1f33ee6d7911ad8b797631a (plain)
1
2
3
4
5
6
7
8
9
10
11
@ ProgramNode (location: (1,0)-(1,8))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,8))
    └── body: (length: 1)
        └── @ XStringNode (location: (1,0)-(1,8))
            ├── flags: ∅
            ├── opening_loc: (1,0)-(1,1) = "`"
            ├── content_loc: (1,1)-(1,7) = "foobar"
            ├── closing_loc: (1,7)-(1,8) = "`"
            └── unescaped: "foobar"