-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Adjust to number of captures in previous regex #360
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #360 +/- ##
==========================================
+ Coverage 27.52% 27.70% +0.17%
==========================================
Files 26 26
Lines 2521 2527 +6
Branches 1346 1349 +3
==========================================
+ Hits 694 700 +6
+ Misses 1356 1346 -10
- Partials 471 481 +10
☔ View full report in Codecov by Sentry. |
9225b40
to
7cc5e93
Compare
- Refactor code to move parsing code in `parse_redirectArticles`. - Add test.
This way, zim-tools is properly tested even if gtest is not available in the system. (This is what is done in libzim and libkiwix)
7cc5e93
to
3b58ff7
Compare
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.
LGTM.
Please rebase&fixup&approve&merge
`(.+)` is a bit to greedy and matches `\t`.
3b58ff7
to
e4dc68e
Compare
@veloman-yunkan comment fixed. I'm merging. |
supersedes #359