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 argumentList #5441

Merged
merged 1 commit into from
Mar 24, 2020
Merged

Fix argumentList #5441

merged 1 commit into from
Mar 24, 2020

Conversation

MDoerner
Copy link
Contributor

Closes #5440

The old form caused the parser to fail for a single missing argument at the start.
@codecov
Copy link

codecov bot commented Mar 23, 2020

Codecov Report

Merging #5441 into next will decrease coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             next    #5441      +/-   ##
==========================================
- Coverage   61.52%   61.51%   -<.01%     
==========================================
  Files        1195     1195              
  Lines       40572    40572              
  Branches     8643     8643              
==========================================
- Hits        24958    24956       -2     
- Misses      13788    13789       +1     
- Partials     1826     1827       +1
Impacted Files Coverage Δ
Rubberduck.Parsing/VBA/RubberduckParserState.cs 54.02% <0%> (-0.46%) ⬇️

@retailcoder retailcoder merged commit ea6edd9 into rubberduck-vba:next Mar 24, 2020
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.

Possible Parser bug; leading commas in Access DoCmd
2 participants