groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 02/02: .../recognize_end_of_sentence.sh: Add comment.


From: G. Branden Robinson
Subject: [groff] 02/02: .../recognize_end_of_sentence.sh: Add comment.
Date: Sat, 18 Jan 2020 00:26:23 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 39c49ed7fa44a6a44b3044509a92b4369fb3ad8e
Author: G. Branden Robinson <address@hidden>
AuthorDate: Sat Jan 18 15:59:18 2020 +1100

    .../recognize_end_of_sentence.sh: Add comment.
---
 src/roff/groff/tests/recognize_end_of_sentence.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/roff/groff/tests/recognize_end_of_sentence.sh 
b/src/roff/groff/tests/recognize_end_of_sentence.sh
index 368dc2b..3ec3394 100755
--- a/src/roff/groff/tests/recognize_end_of_sentence.sh
+++ b/src/roff/groff/tests/recognize_end_of_sentence.sh
@@ -23,6 +23,8 @@ groff="${abs_top_builddir:-.}/test-groff"
 # Verify that the characters trailing the period are all transparent for
 # purposes of end-of-sentence recognition.  We use UTF-8 so we won't get
 # warnings about \[dg] and \[dd] missing from other encodings.
+#
+# Also confirm that we get _two_ spaces after the end of a sentence.
 
 "$groff" -Tutf8 <<EOF | grep -qE 'Eat\.[^ ]+  Drink\.'
 .pl 1v



reply via email to

[Prev in Thread] Current Thread [Next in Thread]