summaryrefslogtreecommitdiffstats
path: root/regress
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-26 10:39:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-26 10:39:35 +0000
commit878d84055a253f63524c12172dd09c9044ad0afd (patch)
tree279ebf5690ecb93404f3c6dc07bc4a4f6d68cf22 /regress
parent7d24aa6b61fc7c0a61348119c53447f5c9b1b892 (diff)
downloadmandoc-878d84055a253f63524c12172dd09c9044ad0afd.tar.gz
Documented `Ud'.
Proper EOS handling for `Rv', `Ex', `Ud', and `Bt'. Both `Bt' and `Ud' now warn about and discard line arguments (reported by Ulrich Spoerlein). Collapsed posts_xr into posts_wtext (harmless: they're the same thing). Added regressions for `Ud' and `Bt'.
Diffstat (limited to 'regress')
-rw-r--r--regress/mdoc/Bt/bt.in11
-rw-r--r--regress/mdoc/Ud/ud.in11
2 files changed, 22 insertions, 0 deletions
diff --git a/regress/mdoc/Bt/bt.in b/regress/mdoc/Bt/bt.in
new file mode 100644
index 00000000..96d41079
--- /dev/null
+++ b/regress/mdoc/Bt/bt.in
@@ -0,0 +1,11 @@
+.Dd $Mdocdate$
+.Dt FOO 1
+.Os
+.Sh NAME
+.Nm foo
+.Nd bar
+.Sh DESCRIPTION
+blah blah blah
+.Bt asdf
+blah blah blah
+.Bt ) ;
diff --git a/regress/mdoc/Ud/ud.in b/regress/mdoc/Ud/ud.in
new file mode 100644
index 00000000..1d2706cb
--- /dev/null
+++ b/regress/mdoc/Ud/ud.in
@@ -0,0 +1,11 @@
+.Dd $Mdocdate$
+.Dt FOO 1
+.Os
+.Sh NAME
+.Nm foo
+.Nd bar
+.Sh DESCRIPTION
+blah blah blah
+.Ud asdf
+blah blah blah
+.Ud ) ;