compat-table icon indicating copy to clipboard operation
compat-table copied to clipboard

Add more "Legacy RegExp" tests

Open afmenez opened this issue 6 years ago • 1 comments

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 avatar Apr 25 '19 13:04 afmenez

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

afmenez avatar Jun 27 '19 23:06 afmenez