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

parser: parsePrimaryExpr fix LiteralValue check #1493

Merged
merged 2 commits into from
Oct 26, 2023

Conversation

visualfc
Copy link
Member

fix #1492

@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (09e2200) 91.65% compared to head (3363ba1) 91.70%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1493      +/-   ##
==========================================
+ Coverage   91.65%   91.70%   +0.04%     
==========================================
  Files          34       34              
  Lines       12203    12193      -10     
==========================================
- Hits        11185    11181       -4     
+ Misses        821      815       -6     
  Partials      197      197              
Files Coverage Δ
parser/parser.go 87.72% <100.00%> (+0.17%) ⬆️

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

@xushiwei xushiwei merged commit 15ad484 into goplus:main Oct 26, 2023
14 checks passed
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.

parser error: expected operand, found 'return' (and 10 more errors)
2 participants