boa-dev / boa

Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
MIT License
4.82k stars 385 forks source link

Fix hashbang comments by using proper goal symbols #3876

Closed raskad closed 3 weeks ago

raskad commented 3 weeks ago

This Pull Request changes the following:

github-actions[bot] commented 3 weeks ago

Test262 conformance changes

Test result main count PR count difference
Total 50,771 50,771 0
Passed 43,014 43,015 +1
Ignored 1,411 1,411 0
Failed 6,346 6,345 -1
Panics 19 19 0
Conformance 84.72% 84.72% +0.00%
Fixed tests (1): ``` test/language/comments/hashbang/function-constructor.js (previously Failed) ```