-
Notifications
You must be signed in to change notification settings - Fork 462
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 tests for RegExp.escape #4123
Conversation
Thanks @bakkot! I fixed some coverage. I'll have a hard stop for now but will continue later. |
26d618e
to
f35878a
Compare
91dd85a
to
a74928b
Compare
This should be ready for another round of reviews. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't tried the two files that @bakkot commented on yet
Thanks, @ljharb! I believe I addressed all the review points so far. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took over the PR at Leo's request; PTAL
also add test262 tests from tc39/test262#4123
36e7d9e
to
c097a9b
Compare
Are these ready to merge? I'm hoping to ask for stage 3 at this month's plenary. |
c097a9b
to
807963f
Compare
Initial implementation of tests for RegExp.escape. I still need to review if I'm missing coverage here or running the tests.