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

Add more "Legacy RegExp" tests #1455

Open
afmenez opened this issue Apr 25, 2019 · 1 comment
Open

Add more "Legacy RegExp" tests #1455

afmenez opened this issue Apr 25, 2019 · 1 comment

Comments

@afmenez
Copy link
Contributor

afmenez commented Apr 25, 2019

The 2 tests that are currently in the "esnext" tab were the existing ones moved from the "non-standard" tab, and are only a small part of the new proposal.
What is still missing:

  • %RegExp% instrinsic object additional features;
  • RegExpAlloc(newTarget)
  • RegExpBuiltInExec(R, S)
  • UpdateLegacyRegExpStaticProperties(C, S, startIndex, endIndex, capturedValues)
  • InvalidateLegacyRegExpStaticProperties(C)
  • RegExp.prototype.compile(pattern, flags)
  • Additional properties of the RegExp constructor

As it is now, the results give the wrong impression that the specification is already implemented in Firefox, Chrome and Safari, which is not true.

@afmenez
Copy link
Contributor Author

afmenez commented Jun 27, 2019

I believe this one deserves the "esnext" and "new test" tags. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants