diff options
author | 2013-12-30 00:56:40 +0000 | |
---|---|---|
committer | 2013-12-30 00:56:40 +0000 | |
commit | 3fd72783f264339c29fbc08f7395374ac94c39c4 (patch) | |
tree | 859fe2489926bf2075aaf95aea3bb905660427a7 | |
parent | Simplify: Remove an unused argument from the mandoc_eos() function. (diff) | |
download | wireguard-openbsd-3fd72783f264339c29fbc08f7395374ac94c39c4.tar.xz wireguard-openbsd-3fd72783f264339c29fbc08f7395374ac94c39c4.zip |
Test mdoc_macro.c rev. 1.83.
-rw-r--r-- | regress/usr.bin/mandoc/char/space/eos.in | 5 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/char/space/eos.out_ascii | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/regress/usr.bin/mandoc/char/space/eos.in b/regress/usr.bin/mandoc/char/space/eos.in index b47a4a80d6b..2b5ae698448 100644 --- a/regress/usr.bin/mandoc/char/space/eos.in +++ b/regress/usr.bin/mandoc/char/space/eos.in @@ -1,4 +1,4 @@ -.Dd April 23, 2010 +.Dd December 30, 2013 .Dt SPACE-EOS 1 .Os OpenBSD .Sh NAME @@ -13,6 +13,9 @@ Here is a full stop It causes a double space, too. .Pp A dot in parantheses (.) is not a full stop. +Not even +.Pq Like in this case. +when preceded by a letter. .Pp A lonely dot in an enclosure .Pq \&. diff --git a/regress/usr.bin/mandoc/char/space/eos.out_ascii b/regress/usr.bin/mandoc/char/space/eos.out_ascii index 4945978b488..85a0dff3ee8 100644 --- a/regress/usr.bin/mandoc/char/space/eos.out_ascii +++ b/regress/usr.bin/mandoc/char/space/eos.out_ascii @@ -8,7 +8,8 @@ DDEESSCCRRIIPPTTIIOONN Here is a full stop (quite lonely). It causes a double space, too. - A dot in parantheses (.) is not a full stop. + A dot in parantheses (.) is not a full stop. Not even (Like in this + case.) when preceded by a letter. A lonely dot in an enclosure (.) is not a full stop. @@ -17,4 +18,4 @@ DDEESSCCRRIIPPTTIIOONN At the end of an input line, even an escaped dot . is regarded as a full stop. -OpenBSD April 23, 2010 OpenBSD +OpenBSD December 30, 2013 OpenBSD |