Skip to content

Commit

Permalink
fix: add more key mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Jul 2, 2024
1 parent 978314e commit 279d77f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/compiler/src/regex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ fn dfa_to_graph(dfa_info: &DFAGraphInfo) -> DFAGraph {
("\\v", 11),
("\\f", 12),
("\\0", 0),
("\\\"", 34),
("\\'", 39),
("\\", 92),
]
.into();
for (key, value) in &state.edges {
Expand Down

0 comments on commit 279d77f

Please sign in to comment.