-
-
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] - Implement Annex-B string html methods #2798
Conversation
Test262 conformance changes
Fixed tests (164):
|
80bb9c7
to
66f753f
Compare
Codecov Report
@@ Coverage Diff @@
## main #2798 +/- ##
==========================================
- Coverage 51.40% 51.30% -0.11%
==========================================
Files 416 416
Lines 41080 41192 +112
==========================================
+ Hits 21117 21132 +15
- Misses 19963 20060 +97
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.
Just got some style suggestions. Nice addition!
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 great! I added a suggestion :)
66f753f
to
ee35e85
Compare
bors r+ |
Implements all Annex-B string html methods, they are deprecated but still part of the ES5 spec. They have been feature gated under the `"annex-b"` feature flag
Pull request successfully merged into main. Build succeeded: |
Implements all Annex-B string html methods, they are deprecated but still part of the ES5 spec. They have been feature gated under the
"annex-b"
feature flag