summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/single_quote_heredocs.txt
blob: 429c9daf11c6ca1f96fd117e7885117ece768ade (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)
        └── @ StringNode (location: (1,0)-(1,8))
            ├── flags: ∅
            ├── opening_loc: (1,0)-(1,8) = "<<-'EOS'"
            ├── content_loc: (2,0)-(3,0) = "    cd L:\\Work\\MG3710IQPro\\Develop\n"
            ├── closing_loc: (3,0)-(4,0) = "EOS\n"
            └── unescaped: "    cd L:\\Work\\MG3710IQPro\\Develop\n"