diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-03-03 17:08:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-03-03 17:08:26 +0000 |
commit | 4e05cf3d3a8605a1c8f5d77b5ce0a978bb5f3811 (patch) | |
tree | 8dba0c81b85890d40637901cbe8b9788e18285d9 /regress/mdoc/It | |
parent | b1feedf2d3c59385651b9ac7372df8538df7e828 (diff) | |
download | mandoc-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/It')
-rw-r--r-- | regress/mdoc/It/complex-multiline.in | 15 | ||||
-rw-r--r-- | regress/mdoc/It/eoln-tas.in | 21 | ||||
-rw-r--r-- | regress/mdoc/It/freecol-macro0.in | 12 | ||||
-rw-r--r-- | regress/mdoc/It/freecol-macro1.in | 13 | ||||
-rw-r--r-- | regress/mdoc/It/freecol-macro2.in | 18 | ||||
-rw-r--r-- | regress/mdoc/It/freecol0.in | 11 | ||||
-rw-r--r-- | regress/mdoc/It/freecol1.in | 12 | ||||
-rw-r--r-- | regress/mdoc/It/freecol2.in | 16 | ||||
-rw-r--r-- | regress/mdoc/It/freecol3.in | 17 | ||||
-rw-r--r-- | regress/mdoc/It/mixed-tabs-tas.in | 13 | ||||
-rw-r--r-- | regress/mdoc/It/nested-punctuation.in | 10 | ||||
-rw-r--r-- | regress/mdoc/It/nocolspec.in | 10 | ||||
-rw-r--r-- | regress/mdoc/It/pre-punct.in | 17 | ||||
-rw-r--r-- | regress/mdoc/It/simple-tabs-tas.in | 17 | ||||
-rw-r--r-- | regress/mdoc/It/tab-macros.in | 17 |
15 files changed, 0 insertions, 219 deletions
diff --git a/regress/mdoc/It/complex-multiline.in b/regress/mdoc/It/complex-multiline.in deleted file mode 100644 index 560b8e60..00000000 --- a/regress/mdoc/It/complex-multiline.in +++ /dev/null @@ -1,15 +0,0 @@ -.\" NOTE: OLD GROFF WILL GET CONFUSED ON HOW MUCH SPACING TO PRINT AND -.\" BAIL ON THIS TEST. -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -.Bl -column asdfasdf asdfasdf asdfasdf -.It Fl a -.Ao b Ac Fl b Ta -.Ar c Ta -d -.El diff --git a/regress/mdoc/It/eoln-tas.in b/regress/mdoc/It/eoln-tas.in deleted file mode 100644 index e6bd418e..00000000 --- a/regress/mdoc/It/eoln-tas.in +++ /dev/null @@ -1,21 +0,0 @@ -.\" NOTE: OLD GROFF WILL PUKE ON THE FIRST LIST, AS IT ADDS AN ERRONEOUS -.\" TO THE TAB-EOLN COLUMN. -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -.Bl -column asdfasdf asdfasdf asdfasdf -.It asdf asdf -asdf -.El -.Bl -column asdfasdf asdfasdf asdfasdf -.It asdf Ta asdf Ta -asdf -.El -.Bl -tag -width Ds -.It asdf -asdf -.El diff --git a/regress/mdoc/It/freecol-macro0.in b/regress/mdoc/It/freecol-macro0.in deleted file mode 100644 index 4cfbed16..00000000 --- a/regress/mdoc/It/freecol-macro0.in +++ /dev/null @@ -1,12 +0,0 @@ -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -hello -.Bl -column asdfasdf asdfasdf -.Fl foo Ta bar -baz xyzzy -.El diff --git a/regress/mdoc/It/freecol-macro1.in b/regress/mdoc/It/freecol-macro1.in deleted file mode 100644 index 7f81c282..00000000 --- a/regress/mdoc/It/freecol-macro1.in +++ /dev/null @@ -1,13 +0,0 @@ -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -hello -.Bl -column asdfasdf asdfasdf -.Fl foo Ta bar -.Ar foo Ta bar -baz xyzzy -.El diff --git a/regress/mdoc/It/freecol-macro2.in b/regress/mdoc/It/freecol-macro2.in deleted file mode 100644 index 8d5bcc70..00000000 --- a/regress/mdoc/It/freecol-macro2.in +++ /dev/null @@ -1,18 +0,0 @@ -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -hello -.Bl -column asdfasdfasdf asdfasdfasdf -.Fl foo Ta bar -.Ar foo Ta bar -baz xyzzy -.It hello there -.It this should Ta -not break -.It another Ta -.Fl try -.El diff --git a/regress/mdoc/It/freecol0.in b/regress/mdoc/It/freecol0.in deleted file mode 100644 index 721c0682..00000000 --- a/regress/mdoc/It/freecol0.in +++ /dev/null @@ -1,11 +0,0 @@ -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -hello -.Bl -column asdfasdf asdfasdf -hello there -.El diff --git a/regress/mdoc/It/freecol1.in b/regress/mdoc/It/freecol1.in deleted file mode 100644 index efef7ee4..00000000 --- a/regress/mdoc/It/freecol1.in +++ /dev/null @@ -1,12 +0,0 @@ -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -hello -.Bl -column asdfasdf asdfasdf -hello there -hello there -.El diff --git a/regress/mdoc/It/freecol2.in b/regress/mdoc/It/freecol2.in deleted file mode 100644 index 9f0dd416..00000000 --- a/regress/mdoc/It/freecol2.in +++ /dev/null @@ -1,16 +0,0 @@ -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -hello -.Bl -column asdfasdf asdfasdf -hello there -hello there -.It hello there -.It hello Ta there -.It hello Ta -there -.El diff --git a/regress/mdoc/It/freecol3.in b/regress/mdoc/It/freecol3.in deleted file mode 100644 index 58708a4c..00000000 --- a/regress/mdoc/It/freecol3.in +++ /dev/null @@ -1,17 +0,0 @@ -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -hello -.Bl -column asdfasdf asdfasdf -hello there -hello there -.It hello there -.It hello Ta there -.It hello Ta -there -.El -bubu diff --git a/regress/mdoc/It/mixed-tabs-tas.in b/regress/mdoc/It/mixed-tabs-tas.in deleted file mode 100644 index a731a2db..00000000 --- a/regress/mdoc/It/mixed-tabs-tas.in +++ /dev/null @@ -1,13 +0,0 @@ -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -.Bl -column asdfasdf asdfasdf asdfasdf -.It asdf Ta asdf asdf -.El -.Bl -column asdfasdf asdfasdf asdfasdf -.It asdf asdf ; Ta asdf -.El diff --git a/regress/mdoc/It/nested-punctuation.in b/regress/mdoc/It/nested-punctuation.in deleted file mode 100644 index 998d5ee2..00000000 --- a/regress/mdoc/It/nested-punctuation.in +++ /dev/null @@ -1,10 +0,0 @@ -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -.Bl -column asdfasdf asdfasdf -.It ( asdf ) ; Ta ( ( asdf : -.El diff --git a/regress/mdoc/It/nocolspec.in b/regress/mdoc/It/nocolspec.in deleted file mode 100644 index 958bd9bd..00000000 --- a/regress/mdoc/It/nocolspec.in +++ /dev/null @@ -1,10 +0,0 @@ -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -.Bl -column -.It asdf Ta asdf -.El diff --git a/regress/mdoc/It/pre-punct.in b/regress/mdoc/It/pre-punct.in deleted file mode 100644 index 21be7d83..00000000 --- a/regress/mdoc/It/pre-punct.in +++ /dev/null @@ -1,17 +0,0 @@ -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -.Bl -column asdfasdf asdfasdf asdfasdf -.It ( asdf asdf asdf -.El -.Bl -column asdfasdf asdfasdf asdfasdf -.It ( asdf ; Ta ( asdf ; Ta asdf -.El -.Bl -tag -width Ds -.It asdf -asdf -.El diff --git a/regress/mdoc/It/simple-tabs-tas.in b/regress/mdoc/It/simple-tabs-tas.in deleted file mode 100644 index e1049f03..00000000 --- a/regress/mdoc/It/simple-tabs-tas.in +++ /dev/null @@ -1,17 +0,0 @@ -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -.Bl -column asdfasdf asdfasdf asdfasdf -.It asdf asdf asdf -.El -.Bl -column asdfasdf asdfasdf asdfasdf -.It asdf ; Ta asdf ; Ta asdf -.El -.Bl -tag -width Ds -.It asdf -asdf -.El diff --git a/regress/mdoc/It/tab-macros.in b/regress/mdoc/It/tab-macros.in deleted file mode 100644 index ac200a95..00000000 --- a/regress/mdoc/It/tab-macros.in +++ /dev/null @@ -1,17 +0,0 @@ -.Dd $Mdocdate$ -.Dt FOO -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -.Bl -column asdfasdf asdfasdf asdfasdf -.It asdf asdf asdf -.El -.Bl -column asdfasdf asdfasdf asdfasdf -.It Ar asdf ; Ta Fl asdf ; Ta asdf -.El -.Bl -tag -width Ds -.It asdf -asdf -.El |