Closed Enkidu93 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.66%. Comparing base (
e97df8c
) to head (6f34aa0
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
tests/SIL.Machine.Tests/Corpora/UsfmMemoryTextTests.cs
line 117 at r1 (raw file):
public void GetRows_OptBreak() { // a verse paragraph that begins with a non-verse segment followed by a verse segment
Non verse followed by verse? Isn't it the other way around?
That works, @ddaspit . I saw that function but dismissed it because of the naming.
Aside from outbreaks not being documented as part of USFM, it looks great.
I'm not sure that this is the cleanest solution, but it does resolve the issue. Please critique :)
This change is