aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/regexp_esc_C_slash.txt
blob: 97444c6e2b268b75435ddb6d47e8fd66fa193e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@ ProgramNode (location: (1,0)-(1,7))
├── flags: ∅
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,7))
    ├── flags: ∅
    └── body: (length: 1)
        └── @ RegularExpressionNode (location: (1,0)-(1,7))
            ├── flags: newline, static_literal, forced_us_ascii_encoding
            ├── opening_loc: (1,0)-(1,1) = "/"
            ├── content_loc: (1,1)-(1,6) = "\\cC\\d"
            ├── closing_loc: (1,6)-(1,7) = "/"
            └── unescaped: "\\x03\\d"