-
-
Notifications
You must be signed in to change notification settings - Fork 411
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] - Add unicode terminator to line comment #2301
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2301 +/- ##
==========================================
+ Coverage 41.23% 41.25% +0.02%
==========================================
Files 237 237
Lines 22342 22347 +5
==========================================
+ Hits 9212 9219 +7
+ Misses 13130 13128 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Test262 conformance changesVM implementation
Fixed tests (10):
|
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.
Nice fix, thanks!
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.
Thanks for the fix!
bors r+ |
This PR sloves the unicode terminator to single line comment + [{u+2028}](https://unicode-table.com/en/2028/) + [{u+2029}](https://unicode-table.com/en/2029/) + [related test](https://github.com/tc39/test262/blob/9215420deee3e5887d29f95822bf6a474c1bf728/test/language/line-terminators/comment-single-ps.js) + [related test set](https://github.com/tc39/test262/tree/9215420deee3e5887d29f95822bf6a474c1bf728/test/language/line-terminators) Co-authored-by: creampnx_x <[email protected]>
Pull request successfully merged into main. Build succeeded: |
This PR sloves the unicode terminator to single line comment