Skip to content

Commit

Permalink
Add back in odd whitespace character
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Jan 31, 2025
1 parent 6108e67 commit 05e8b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
\li2 verse\f + \fr 1:2: \ft This is a footnote for v2.\f* two.
\v 3 Chapter one \w*,
\li2 verse three.
\v 4 Chapter one,
\v 4 Chapter one with odd whitespace, 
\li2 verse four,
\v 5 Chapter one,
\li2 verse \fig Figure 1|src="image1.png" size="col" ref="1:5"\fig* five.
Expand Down
2 changes: 1 addition & 1 deletion tests/SIL.Machine.Tests/Corpora/UsfmFileTextTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public void GetRows_SentenceStart()
Assert.That(rows, Has.Length.EqualTo(24));

Assert.That(rows[3].Ref, Is.EqualTo(ScriptureRef.Parse("MAT 1:4", corpus.Versification)));
Assert.That(rows[3].Text, Is.EqualTo("Chapter one, verse four,"));
Assert.That(rows[3].Text, Is.EqualTo("Chapter one with odd whitespace, verse four,"));
Assert.That(rows[3].IsSentenceStart, Is.True);

Assert.That(rows[4].Ref, Is.EqualTo(ScriptureRef.Parse("MAT 1:5", corpus.Versification)));
Expand Down

0 comments on commit 05e8b51

Please sign in to comment.