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 escape characters parsing #264

Merged
merged 6 commits into from
Apr 30, 2019
Merged

Fix escape characters parsing #264

merged 6 commits into from
Apr 30, 2019

Conversation

StefH
Copy link
Collaborator

@StefH StefH commented Apr 17, 2019

@StefH StefH added the bug label Apr 17, 2019
@StefH StefH self-assigned this Apr 17, 2019
@codecov
Copy link

codecov bot commented Apr 17, 2019

Codecov Report

Merging #264 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #264      +/-   ##
==========================================
+ Coverage    96.5%   96.52%   +0.01%     
==========================================
  Files          41       41              
  Lines        7213     7242      +29     
==========================================
+ Hits         6961     6990      +29     
  Misses        252      252
Impacted Files Coverage Δ
...c/System.Linq.Dynamic.Core/Tokenizer/TextParser.cs 100% <100%> (ø) ⬆️
...ystem.Linq.Dynamic.Core/Parser/ExpressionParser.cs 98.65% <100%> (ø) ⬆️
src/System.Linq.Dynamic.Core/Parser/TypeHelper.cs 100% <100%> (ø) ⬆️
.../System.Linq.Dynamic.Core/Parser/KeywordsHelper.cs 100% <0%> (ø) ⬆️
src/System.Linq.Dynamic.Core/Parser/Constants.cs 100% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 57d26ef...7934561. Read the comment docs.

@StefH StefH merged commit 99aacdd into master Apr 30, 2019
@StefH StefH deleted the stringescaping branch April 30, 2019 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant