diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-22 11:31:51 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-22 11:31:51 +0000 |
commit | 6c375f4cc2d689b144c3643a842bacc7f2f0e11b (patch) | |
tree | 06b81a7a9348da1013adf419e007f9613927a0d6 | |
parent | 6072fc73d5f3c81e21cba70755d2f68c336a32fb (diff) | |
download | mandoc-6c375f4cc2d689b144c3643a842bacc7f2f0e11b.tar.gz |
More list tests.
-rw-r--r-- | regress/test.list.00 | 10 | ||||
-rw-r--r-- | regress/test.list.01 | 10 | ||||
-rw-r--r-- | regress/test.list.02 | 10 | ||||
-rw-r--r-- | regress/test.list.03 | 10 | ||||
-rw-r--r-- | regress/test.list.04 | 10 | ||||
-rw-r--r-- | regress/test.list.05 | 10 |
6 files changed, 60 insertions, 0 deletions
diff --git a/regress/test.list.00 b/regress/test.list.00 new file mode 100644 index 00000000..77e54802 --- /dev/null +++ b/regress/test.list.00 @@ -0,0 +1,10 @@ +.Dd $Mdocdate$ +.Dt +.Os +.Sh NAME +.Nm name +.Nd description +.Sh DESCRIPTION +.Bl -column "xxxxx" "xxxxx" +.It d Ta e +.El diff --git a/regress/test.list.01 b/regress/test.list.01 new file mode 100644 index 00000000..567c30cd --- /dev/null +++ b/regress/test.list.01 @@ -0,0 +1,10 @@ +.Dd $Mdocdate$ +.Dt +.Os +.Sh NAME +.Nm name +.Nd description +.Sh DESCRIPTION +.Bl -column "xxxxx" "xxxxx" +.It d e +.El diff --git a/regress/test.list.02 b/regress/test.list.02 new file mode 100644 index 00000000..63c08561 --- /dev/null +++ b/regress/test.list.02 @@ -0,0 +1,10 @@ +.Dd $Mdocdate$ +.Dt +.Os +.Sh NAME +.Nm name +.Nd description +.Sh DESCRIPTION +.Bl -column "xxxxx" "xxxxx" +.It d Ta Tae +.El diff --git a/regress/test.list.03 b/regress/test.list.03 new file mode 100644 index 00000000..a47f5926 --- /dev/null +++ b/regress/test.list.03 @@ -0,0 +1,10 @@ +.Dd $Mdocdate$ +.Dt +.Os +.Sh NAME +.Nm name +.Nd description +.Sh DESCRIPTION +.Bl -column "xxxxx" "xxxxx" +.It d Ta eTa b +.El diff --git a/regress/test.list.04 b/regress/test.list.04 new file mode 100644 index 00000000..687575d6 --- /dev/null +++ b/regress/test.list.04 @@ -0,0 +1,10 @@ +.Dd $Mdocdate$ +.Dt +.Os +.Sh NAME +.Nm name +.Nd description +.Sh DESCRIPTION +.Bl -column "xxxxx" "xxxxx" +.It d Ta Ta +.El diff --git a/regress/test.list.05 b/regress/test.list.05 new file mode 100644 index 00000000..18540423 --- /dev/null +++ b/regress/test.list.05 @@ -0,0 +1,10 @@ +.Dd $Mdocdate$ +.Dt +.Os +.Sh NAME +.Nm name +.Nd description +.Sh DESCRIPTION +.Bl -column "xxxxx" "xxxxx" +.It d \ e f +.El |