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

Possible regression in RegExp.prototype.flags #16449

Closed
tanepiper opened this issue Oct 24, 2017 · 3 comments
Closed

Possible regression in RegExp.prototype.flags #16449

tanepiper opened this issue Oct 24, 2017 · 3 comments
Labels
v8 engine Issues and PRs related to the V8 dependency.

Comments

@tanepiper
Copy link

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

@apapirovski
Copy link
Contributor

It's an issue with the test case because it doesn't account for the possibility of additional flags existing, such as dotAll which is currently available in V8.

@apapirovski
Copy link
Contributor

/cc @williamkapke

@williamkapke
Copy link
Contributor

I opened an issue to get this fixed. Thanks for pointing it out!
compat-table/compat-table#1208

(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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v8 engine Issues and PRs related to the V8 dependency.
Projects
None yet
Development

No branches or pull requests

5 participants