-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
[Merged by Bors] - Fix more Annex B tests #2841
Conversation
Test262 conformance changes
Fixed tests (42):
|
Codecov Report
@@ Coverage Diff @@
## main #2841 +/- ##
==========================================
- Coverage 51.38% 51.36% -0.03%
==========================================
Files 417 417
Lines 41328 41349 +21
==========================================
- Hits 21238 21237 -1
- Misses 20090 20112 +22
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Looks good to me! :)
bors r+ |
This Pull Request fixes some additional Annex B tests. It changes the following: - Fixes bugs related to parsing HTML closing comments (`-->`). - Implements `RegExp::compile` behind the `annex-b` feature. - Ignores the `legacy-regexp` feature flag, since it's still stage 3.
Pull request successfully merged into main. Build succeeded: |
This Pull Request fixes some additional Annex B tests.
It changes the following:
-->
).RegExp::compile
behind theannex-b
feature.legacy-regexp
feature flag, since it's still stage 3.