diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-01 05:29:58 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-01 05:29:58 +0000 |
commit | 543df279f1604ffd36cf1931b8de8749f859609b (patch) | |
tree | 2626f5313d303a3429d055d41e04a37c3c099935 /regress/usr.bin/mandoc/mdoc/Op | |
parent | 3937afbbb48dc21775ff651f21cf485cd12a22b9 (diff) |
major update of the mandoc test suite:
* add various new and extend a few existing tests
* stop using Mdocdate to ease syncing with NetBSD
Diffstat (limited to 'regress/usr.bin/mandoc/mdoc/Op')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Op/Makefile | 6 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Op/punct.in | 17 |
2 files changed, 23 insertions, 0 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Op/Makefile b/regress/usr.bin/mandoc/mdoc/Op/Makefile new file mode 100644 index 00000000000..60ad9fe1cb6 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Op/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1 2010/07/01 05:29:57 schwarze Exp $ + +REGRESS_TARGETS=punct +GROFF_TARGETS=punct + +.include <bsd.regress.mk> diff --git a/regress/usr.bin/mandoc/mdoc/Op/punct.in b/regress/usr.bin/mandoc/mdoc/Op/punct.in new file mode 100644 index 00000000000..76c873d2342 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Op/punct.in @@ -0,0 +1,17 @@ +.Dd April 7, 2010 +.Dt OP-PUNCT 1 +.Os +.Sh NAME +.Nm Op-punct +.Nd punctuation handling by the Op macro +.Sh DESCRIPTION +closing punctuation +.Op a . +only one +.Op . +only more than one +.Op . . +middle +.Op a . z +start +.Op . z |