Closed tienvx closed 8 months ago
Looks like rand_regex crate does not support anchors in the regex
Returns an error if the Hir object contains anchors (^, $, \A, \z) or word boundary assertions (\b, \B).
I tried remove anchors ^
and $
and it work fine. Should I keep this issue or close it as won't fix?
It needs to be fixed, it shouldn't ever just panic
Matchers (pact-js):
While the generator for the field
gender
worked, the generator for the fieldfamily
panic then stop the mock server.Log:
Info: