Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up property testing #36

Open
conartist6 opened this issue Mar 30, 2022 · 1 comment
Open

Set up property testing #36

conartist6 opened this issue Mar 30, 2022 · 1 comment

Comments

@conartist6
Copy link
Member

The best way to validate the engine as a whole would be property testing it against the language's builtin implementation

@conartist6
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant