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

Bug fix: regex started with /= parsed as AssignDiv #4048

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Nikita-str
Copy link
Contributor

This Pull Request closes #3329

Copy link

codecov bot commented Nov 19, 2024

Codecov Report

Attention: Patch coverage is 88.23529% with 2 lines in your changes missing coverage. Please review.

Project coverage is 52.94%. Comparing base (6ddc2b4) to head (2db3be3).
Report is 295 commits behind head on main.

Files with missing lines Patch % Lines
core/parser/src/lexer/mod.rs 77.77% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4048      +/-   ##
==========================================
+ Coverage   47.24%   52.94%   +5.70%     
==========================================
  Files         476      483       +7     
  Lines       46892    46952      +60     
==========================================
+ Hits        22154    24859    +2705     
+ Misses      24738    22093    -2645     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@nekevss nekevss requested a review from a team November 21, 2024 05:18
@nekevss nekevss added parser Issues surrounding the parser lexer Issues surrounding the lexer labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lexer Issues surrounding the lexer parser Issues surrounding the parser
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RegExp /=/ not parsed as such in certain locations
2 participants