Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed May 17, 2024
1 parent 6aac440 commit a7ee9ab
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 @@ -327,8 +327,11 @@ pub fn regex_and_dfa(decomposed_regex: &mut DecomposedRegexConfig) -> RegexAndDF
panic!("Invalid regex");
}
true
} else {
false
}
}
_ => false,
},
};
let re = DFA::builder()
Expand Down

0 comments on commit a7ee9ab

Please sign in to comment.