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