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

Compiler: should return error on invalid patterns #89

Open
shreyas-londhe opened this issue Feb 17, 2025 · 0 comments
Open

Compiler: should return error on invalid patterns #89

shreyas-londhe opened this issue Feb 17, 2025 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers high

Comments

@shreyas-londhe
Copy link
Member

The compiler should return error when trying to compile an invalid regex pattern. For example (\r\n|^)to:([^\r\n]+<)?[a-zA-Z0-9!#$%&\*\+-/=\?\^_{|}~.]+@[a-zA-Z0-9_.-]+>?\r\n`.

@shreyas-londhe shreyas-londhe added bug Something isn't working good first issue Good for newcomers high labels Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers high
Projects
None yet
Development

No branches or pull requests

1 participant