From e3a3168fef550f40084898905e5b32101ed3e61b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 5 Feb 2011 18:26:15 +0000 Subject: another test found in my tree --- regress/usr.bin/mandoc/man/IP/Makefile | 6 +++--- regress/usr.bin/mandoc/man/IP/spacing.in | 19 +++++++++++++++++ regress/usr.bin/mandoc/man/IP/spacing.out_ascii | 28 +++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 regress/usr.bin/mandoc/man/IP/spacing.in create mode 100644 regress/usr.bin/mandoc/man/IP/spacing.out_ascii 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 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. + + + -- cgit v1.2.3