summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/regexp_unicode_curlies.txt
blob: 487161b4d0d4e752997e189e4e5e80705b14a29c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@ ProgramNode (location: (1,0)-(3,8))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(3,8))
    └── body: (length: 2)
        ├── @ RegularExpressionNode (location: (1,0)-(1,15))
        │   ├── flags: forced_utf8_encoding
        │   ├── opening_loc: (1,0)-(1,1) = "/"
        │   ├── content_loc: (1,1)-(1,14) = "\\u{c0de babe}"
        │   ├── closing_loc: (1,14)-(1,15) = "/"
        │   └── unescaped: "\\u{c0de babe}"
        └── @ RegularExpressionNode (location: (3,0)-(3,8))
            ├── flags: forced_utf8_encoding
            ├── opening_loc: (3,0)-(3,1) = "/"
            ├── content_loc: (3,1)-(3,7) = "\\u{df}"
            ├── closing_loc: (3,7)-(3,8) = "/"
            └── unescaped: "\\u{df}"