Skip to content
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

Fix ES5 selector #2924

Merged
merged 2 commits into from
May 11, 2023
Merged

Fix ES5 selector #2924

merged 2 commits into from
May 11, 2023

Conversation

veera-sivarajan
Copy link
Contributor

This Pull Request fixes/closes #2886.

Previously, the code defaulted to ES5 without checking for es6id and esid. This PR selects ES6 if esid or es6id is found.

Reference: doc.

@codecov
Copy link

codecov bot commented May 10, 2023

Codecov Report

Merging #2924 (e5f62ec) into main (85a253e) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #2924      +/-   ##
==========================================
- Coverage   51.98%   51.98%   -0.01%     
==========================================
  Files         431      431              
  Lines       43647    43649       +2     
==========================================
  Hits        22690    22690              
- Misses      20957    20959       +2     
Impacted Files Coverage Δ
boa_tester/src/edition.rs 0.00% <0.00%> (ø)

@HalidOdat HalidOdat requested a review from a team May 10, 2023 23:04
Copy link
Member

@HalidOdat HalidOdat left a 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! :)

Copy link
Member

@Razican Razican left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Razican Razican added this pull request to the merge queue May 11, 2023
Merged via the queue into boa-dev:main with commit facbacc May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ES5 selector in conformance website not working correctly
3 participants