diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-02-05 18:26:15 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-02-05 18:26:15 +0000 |
commit | e3a3168fef550f40084898905e5b32101ed3e61b (patch) | |
tree | cc7d144a2fd394e182f63345d7057c89fafba961 /regress | |
parent | fe38c05074ad41fd3c748d28aa0f907a7fd85c83 (diff) |
another test found in my tree
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/mandoc/man/IP/Makefile | 6 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/man/IP/spacing.in | 19 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/man/IP/spacing.out_ascii | 28 |
3 files changed, 50 insertions, 3 deletions
diff --git a/regress/usr.bin/mandoc/man/IP/Makefile b/regress/usr.bin/mandoc/man/IP/Makefile index aa7f54a0f5a..979dddcc1ae 100644 --- a/regress/usr.bin/mandoc/man/IP/Makefile +++ b/regress/usr.bin/mandoc/man/IP/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2011/01/04 01:58:56 schwarze Exp $ +# $OpenBSD: Makefile,v 1.4 2011/02/05 18:26:14 schwarze Exp $ -REGRESS_TARGETS=literal width manyargs -GROFF_TARGETS=literal width manyargs +REGRESS_TARGETS=literal spacing width manyargs +GROFF_TARGETS=literal spacing width manyargs .include <bsd.regress.mk> diff --git a/regress/usr.bin/mandoc/man/IP/spacing.in b/regress/usr.bin/mandoc/man/IP/spacing.in new file mode 100644 index 00000000000..30038ff95fd --- /dev/null +++ b/regress/usr.bin/mandoc/man/IP/spacing.in @@ -0,0 +1,19 @@ +.TH IP-SPACING 1 "2011-02-05" +.SH NAME +IP-spacing \- spacing in indentend paragraphs +.SH DESCRIPTION +Normal text. +.IP tag +Indented text. +.IP four +Indented text. +.IP ffive +Indented text. +.IP sixsix +Indented text. +.IP seseven +Indented text. +.IP "a much longer tag" +Indented text. +.LP +Normal text. diff --git a/regress/usr.bin/mandoc/man/IP/spacing.out_ascii b/regress/usr.bin/mandoc/man/IP/spacing.out_ascii new file mode 100644 index 00000000000..17898ad4712 --- /dev/null +++ b/regress/usr.bin/mandoc/man/IP/spacing.out_ascii @@ -0,0 +1,28 @@ +IP-SPACING(1) IP-SPACING(1) + + + +NNAAMMEE + IP-spacing - spacing in indentend paragraphs + +DDEESSCCRRIIPPTTIIOONN + Normal text. + + tag Indented text. + + four Indented text. + + ffive Indented text. + + sixsix Indented text. + + seseven + Indented text. + + a much longer tag + Indented text. + + Normal text. + + + |