summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/str_newline_hash_line_number.txt
blob: d55d9650685fff0ab523aab440b289bb8e0f29db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@ ProgramNode (location: (1,0)-(2,1))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(2,1))
    └── body: (length: 2)
        ├── @ StringNode (location: (1,0)-(1,11))
        │   ├── flags: ∅
        │   ├── opening_loc: (1,0)-(1,1) = "\""
        │   ├── content_loc: (1,1)-(1,10) = "\\n\\n\\n\\n#"
        │   ├── closing_loc: (1,10)-(1,11) = "\""
        │   └── unescaped: "\n\n\n\n#"
        └── @ IntegerNode (location: (2,0)-(2,1))
            ├── flags: decimal
            └── value: 1