aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/heredoc_squiggly_tabs.txt
blob: 47feda9aeb46868cd90fd7dd505d99a92b4f02eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@ ProgramNode (location: (0...12))
├── locals: [:a]
└── statements:
    @ StatementsNode (location: (0...12))
    └── body: (length: 1)
        └── @ LocalVariableWriteNode (location: (0...12))
            ├── name: :a
            ├── depth: 0
            ├── name_loc: (0...1) = "a"
            ├── value:
            │   @ StringNode (location: (4...12))
            │   ├── opening_loc: (4...12) = "<<~\"EOF\""
            │   ├── content_loc: (13...43) = "        blah blah\n\t blah blah\n"
            │   ├── closing_loc: (43...49) = "  EOF\n"
            │   └── unescaped: "blah blah\n blah blah\n"
            └── operator_loc: (2...3) = "="