aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/It
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
commit6b7c6724bf242bdbc99d9b95c0555fcf2459dd9f (patch)
tree5aec4cb64ddd3fd504d71cb741204b3d1b8e9cc8 /regress/mdoc/It
parentdf6020b59521f4a71909b69c97fa59839de0c943 (diff)
downloadmandoc-6b7c6724bf242bdbc99d9b95c0555fcf2459dd9f.tar.gz
mandoc-6b7c6724bf242bdbc99d9b95c0555fcf2459dd9f.tar.zst
mandoc-6b7c6724bf242bdbc99d9b95c0555fcf2459dd9f.zip
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.in15
-rw-r--r--regress/mdoc/It/eoln-tas.in21
-rw-r--r--regress/mdoc/It/freecol-macro0.in12
-rw-r--r--regress/mdoc/It/freecol-macro1.in13
-rw-r--r--regress/mdoc/It/freecol-macro2.in18
-rw-r--r--regress/mdoc/It/freecol0.in11
-rw-r--r--regress/mdoc/It/freecol1.in12
-rw-r--r--regress/mdoc/It/freecol2.in16
-rw-r--r--regress/mdoc/It/freecol3.in17
-rw-r--r--regress/mdoc/It/mixed-tabs-tas.in13
-rw-r--r--regress/mdoc/It/nested-punctuation.in10
-rw-r--r--regress/mdoc/It/nocolspec.in10
-rw-r--r--regress/mdoc/It/pre-punct.in17
-rw-r--r--regress/mdoc/It/simple-tabs-tas.in17
-rw-r--r--regress/mdoc/It/tab-macros.in17
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 f52d8aaf..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: May 31 2010 $
-.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 4acbad26..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: May 31 2010 $
-.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 b1b1a19a..00000000
--- a/regress/mdoc/It/freecol-macro0.in
+++ /dev/null
@@ -1,12 +0,0 @@
-.Dd $Mdocdate: May 31 2010 $
-.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 69e0f0e3..00000000
--- a/regress/mdoc/It/freecol-macro1.in
+++ /dev/null
@@ -1,13 +0,0 @@
-.Dd $Mdocdate: May 31 2010 $
-.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 99a130d1..00000000
--- a/regress/mdoc/It/freecol-macro2.in
+++ /dev/null
@@ -1,18 +0,0 @@
-.Dd $Mdocdate: May 31 2010 $
-.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 b3b97c43..00000000
--- a/regress/mdoc/It/freecol0.in
+++ /dev/null
@@ -1,11 +0,0 @@
-.Dd $Mdocdate: May 31 2010 $
-.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 7f6049db..00000000
--- a/regress/mdoc/It/freecol1.in
+++ /dev/null
@@ -1,12 +0,0 @@
-.Dd $Mdocdate: May 31 2010 $
-.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 d027b0e1..00000000
--- a/regress/mdoc/It/freecol2.in
+++ /dev/null
@@ -1,16 +0,0 @@
-.Dd $Mdocdate: May 31 2010 $
-.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 3e6e254e..00000000
--- a/regress/mdoc/It/freecol3.in
+++ /dev/null
@@ -1,17 +0,0 @@
-.Dd $Mdocdate: May 31 2010 $
-.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 0c6fca3c..00000000
--- a/regress/mdoc/It/mixed-tabs-tas.in
+++ /dev/null
@@ -1,13 +0,0 @@
-.Dd $Mdocdate: May 30 2010 $
-.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 9647deea..00000000
--- a/regress/mdoc/It/nested-punctuation.in
+++ /dev/null
@@ -1,10 +0,0 @@
-.Dd $Mdocdate: May 30 2010 $
-.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 1bed4246..00000000
--- a/regress/mdoc/It/nocolspec.in
+++ /dev/null
@@ -1,10 +0,0 @@
-.Dd $Mdocdate: May 30 2010 $
-.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 572a75cb..00000000
--- a/regress/mdoc/It/pre-punct.in
+++ /dev/null
@@ -1,17 +0,0 @@
-.Dd $Mdocdate: May 30 2010 $
-.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 7b033935..00000000
--- a/regress/mdoc/It/simple-tabs-tas.in
+++ /dev/null
@@ -1,17 +0,0 @@
-.Dd $Mdocdate: May 30 2010 $
-.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 e500bd89..00000000
--- a/regress/mdoc/It/tab-macros.in
+++ /dev/null
@@ -1,17 +0,0 @@
-.Dd $Mdocdate: May 30 2010 $
-.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