-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Possible regression in RegExp.prototype.flags #16449
Labels
v8 engine
Issues and PRs related to the V8 dependency.
Comments
It's an issue with the test case because it doesn't account for the possibility of additional flags existing, such as |
/cc @williamkapke |
I opened an issue to get this fixed. Thanks for pointing it out! (No Node core issue) |
ljharb
added a commit
to ljharb/RegExp.prototype.flags
that referenced
this issue
Oct 25, 2017
ljharb
added a commit
to ljharb/RegExp.prototype.flags
that referenced
this issue
Oct 25, 2017
This was referenced May 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I spotted this on http://node.green/#ES2015-misc-Proxy--internal--get--calls-RegExp-prototype-flags
It appears the tests for RegExp.prototype.flags have been failing but has been failing since 8.3.0
The text was updated successfully, but these errors were encountered: