Skip to content

Commit

Permalink
Git issue 494: Backtracking failure matching regex ^a?(a?)b?c\1$ ag…
Browse files Browse the repository at this point in the history
…ainst string `abca`

Disabled repeat guards. They keep causing issues, and it's just simpler to rely on timeouts.
  • Loading branch information
Matthew Barnett committed Mar 22, 2023
1 parent cc39262 commit 5954c51
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 171 deletions.
Loading

0 comments on commit 5954c51

Please sign in to comment.