summaryrefslogtreecommitdiffstats
path: root/regress/mdoc/Bd
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-03-03 17:08:26 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-03-03 17:08:26 +0000
commit4e05cf3d3a8605a1c8f5d77b5ce0a978bb5f3811 (patch)
tree8dba0c81b85890d40637901cbe8b9788e18285d9 /regress/mdoc/Bd
parentb1feedf2d3c59385651b9ac7372df8538df7e828 (diff)
downloadmandoc-4e05cf3d3a8605a1c8f5d77b5ce0a978bb5f3811.tar.gz
Move the regression suite to the attic.
It has not been used or maintained for several years, and we won't start using it now. Devlopment regression testing is done in OpenBSD, and there is no value in maintaining two regression suites in parallel.
Diffstat (limited to 'regress/mdoc/Bd')
-rw-r--r--regress/mdoc/Bd/bd-compact.in33
-rw-r--r--regress/mdoc/Bd/bd-empty-offset.in31
-rw-r--r--regress/mdoc/Bd/bd0.in28
3 files changed, 0 insertions, 92 deletions
diff --git a/regress/mdoc/Bd/bd-compact.in b/regress/mdoc/Bd/bd-compact.in
deleted file mode 100644
index a6cf21db..00000000
--- a/regress/mdoc/Bd/bd-compact.in
+++ /dev/null
@@ -1,33 +0,0 @@
-.Dd $Mdocdate$
-.Dt FOO 1
-.Os
-.Sh NAME
-.Nm foo
-.Nd bar
-.Sh DESCRIPTION
-1
-.Bd -literal -compact
-a b
-c d
-.Ed
-2
-1
-.Bd -filled -compact
-a b
-c d
-.Ed
-2
-3
-.\" NOTE: OLD GROFF WILL PUKE HERE, AS IT BUGGILY FORGETS TO EMIT A
-.\" NEWLINE BEFORE THE DISPLAY.
-.Bd -ragged -compact
-a b
-c d
-.Ed
-2
-1
-.Bd -unfilled -compact
-a b
-c d
-.Ed
-2
diff --git a/regress/mdoc/Bd/bd-empty-offset.in b/regress/mdoc/Bd/bd-empty-offset.in
deleted file mode 100644
index 1bb6126c..00000000
--- a/regress/mdoc/Bd/bd-empty-offset.in
+++ /dev/null
@@ -1,31 +0,0 @@
-.Dd $Mdocdate$
-.Dt FOO 1
-.Os
-.Sh NAME
-.Nm foo
-.Nd bar
-.Sh DESCRIPTION
-1
-.Bd -literal -offset
-a b
-c d
-.Ed
-2
-1
-.Bd -filled -offset
-a b
-c d
-.Ed
-2
-1
-.Bd -ragged -offset
-a b
-c d
-.Ed
-2
-1
-.Bd -unfilled -offset
-a b
-c d
-.Ed
-2
diff --git a/regress/mdoc/Bd/bd0.in b/regress/mdoc/Bd/bd0.in
deleted file mode 100644
index 16921d3c..00000000
--- a/regress/mdoc/Bd/bd0.in
+++ /dev/null
@@ -1,28 +0,0 @@
-.Dd $Mdocdate$
-.Dt FOO 1
-.Os
-.Sh NAME
-.Nm foo
-.Nd bar
-.Sh DESCRIPTION
-1
-.Em who are you?
-.Bd -ragged
-a b
-c d
-.Ed
-2
-.Bd -unfilled
-a b
-c d
-.Ed
-3
-.Bd -filled
-a b
-c d
-.Ed
-4
-.Bd -literal
-a b
-c d
-.Ed