summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/regexp_esc_u.txt
blob: bca451eb3b518fbcadcd4a1f2724cc5fcb4bea2a (plain)
1
2
3
4
5
6
7
8
9
10
11
@ ProgramNode (location: (1,0)-(1,17))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(1,17))
    └── body: (length: 1)
        └── @ RegularExpressionNode (location: (1,0)-(1,17))
            ├── flags: forced_us_ascii_encoding
            ├── opening_loc: (1,0)-(1,1) = "/"
            ├── content_loc: (1,1)-(1,16) = "[\\u0021-\\u0027]"
            ├── closing_loc: (1,16)-(1,17) = "/"
            └── unescaped: "[\\u0021-\\u0027]"