-
-
Notifications
You must be signed in to change notification settings - Fork 217
Optional test for ECMA 262 regular expressions? #235
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
Comments
I am bad. I Should have checked first. |
https://en.wikipedia.org/wiki/Comparison_of_regular_expression_engines has a quite comprehensive list of things that various implementations do and do not support. There is currently one test that tries to differentiate from .NET, but if you add a few tests to make sure lookaheads and backreferences are supported, but not lookbehinds I think you have a fairly robust test suite. |
OK. Let's close this as it feels already covered. |
I've seen one or two implementations load in specific regex implementations which differs from the standard provided by the language of choice. We could add an optional test to run some basic checks on conformance to the SHOULD here.
I don't know the major differences between regex dialects, so I can't advise without research time I cannot commit right now.
Just a thought.
The text was updated successfully, but these errors were encountered: