You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running some property based tests against the library, see commit or runkit, I found a bug causing a crash of regexgen when we pass some very precise strings to it.
Indeed if you try to run this code locally (at least with 1.3.0), you'll have a crash at runtime:
Hello,
While running some property based tests against the library, see commit or runkit, I found a bug causing a crash of
regexgen
when we pass some very precise strings to it.Indeed if you try to run this code locally (at least with 1.3.0), you'll have a crash at runtime:
Indeed
?
cannot be used right after\b
but it should be ok with[\b]?
The text was updated successfully, but these errors were encountered: