-
Notifications
You must be signed in to change notification settings - Fork 151
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
Trim whitespace in gcov version number candidates #1179
Trim whitespace in gcov version number candidates #1179
Conversation
@marco-c any chance you could take a look at this? |
Sorry for the delay @feo-elektronik-may. Could you add a test for this (within test_parse_version)? |
You mean something other than just the What exactly do you have in mind? |
Oh, really sorry, I don't know how I missed that added line! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good to me!
Could you rebase?
0efbc63
to
a27844b
Compare
This fixes version number parsing for platforms where \r\n is used to terminate lines.
a27844b
to
2821658
Compare
This fixes version number parsing for platforms where
\r\n
is used to terminate lines.Fixes #919.