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
We now know that there are some differences between this code and the language's implementation, for example on (.*)* and ()*. In these patterns the native engine's group one does not capture, where in this engine group one captures '' in both cases.
The best way to validate the engine as a whole would be property testing it against the language's builtin implementation
The text was updated successfully, but these errors were encountered: