sillsdev / machine

Machine is a natural language processing library for .NET that is focused on providing tools for processing resource-poor languages.
MIT License
26 stars 15 forks source link

Fix crash when parsing duplicate verses separated by a paragraph marker #198

Closed ddaspit closed 5 months ago

ddaspit commented 5 months ago

This change is Reviewable

ddaspit commented 5 months ago

This PR fixes https://github.com/sillsdev/serval/issues/388.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 67.25%. Comparing base (db1f173) to head (39d3c86).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #198 +/- ## ======================================= Coverage 67.25% 67.25% ======================================= Files 441 441 Lines 34941 34940 -1 Branches 4685 4686 +1 ======================================= Hits 23498 23498 Misses 10356 10356 + Partials 1087 1086 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.