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

Add test for SA1000's handling of c# 7.1 default literal expressions #3838

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bjornhellander
Copy link
Contributor

Fixes #2420 by adding tests that check that space after a default literal expression is ignored

Copy link

codecov bot commented May 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.45%. Comparing base (17b613d) to head (337d6e2).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3838      +/-   ##
==========================================
+ Coverage   94.38%   97.45%   +3.07%     
==========================================
  Files         925      925              
  Lines      110065   110105      +40     
  Branches     3307     3307              
==========================================
+ Hits       103881   107304    +3423     
+ Misses       5174     1838    -3336     
+ Partials     1010      963      -47     

@bjornhellander bjornhellander force-pushed the feature/sa1000-default-literal-2420 branch from 6c9be60 to 337d6e2 Compare May 16, 2024 04:54
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.

SA1000 ignores 'default' in a default literal expression
1 participant