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

RegEx checking via C# Engine does not work the same as in Javascript #358

Closed
jogibear9988 opened this issue Dec 26, 2022 · 1 comment · Fixed by #364
Closed

RegEx checking via C# Engine does not work the same as in Javascript #358

jogibear9988 opened this issue Dec 26, 2022 · 1 comment · Fixed by #364
Labels

Comments

@jogibear9988
Copy link
Contributor

See this regex:

   ^[\\d--\\d]+$

it is valid in Javascript and invalid in C#

(It's from the test262 testcase)

@jogibear9988
Copy link
Contributor Author

I added an issue at MS : dotnet/runtime#79982

@adams85 adams85 added the bug label Feb 25, 2023
@adams85 adams85 linked a pull request Jul 21, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants