aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitedebd366803524ac2fde5ebf8a576ea4c29dabc3 (patch)
tree695fece2529c9a1479a2d1a6e63bd466f3e2c917 /regress
parentf8ede7a108bd19b4ecd301b946e6b634d7e98d5b (diff)
downloadmandoc-edebd366803524ac2fde5ebf8a576ea4c29dabc3.tar.gz
mandoc-edebd366803524ac2fde5ebf8a576ea4c29dabc3.tar.zst
mandoc-edebd366803524ac2fde5ebf8a576ea4c29dabc3.zip
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..576bc2b9
--- /dev/null
+++ b/regress/mdoc/Bt/bt.in
@@ -0,0 +1,11 @@
+.Dd $Mdocdate: May 26 2010 $
+.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..e4cc5329
--- /dev/null
+++ b/regress/mdoc/Ud/ud.in
@@ -0,0 +1,11 @@
+.Dd $Mdocdate: May 26 2010 $
+.Dt FOO 1
+.Os
+.Sh NAME
+.Nm foo
+.Nd bar
+.Sh DESCRIPTION
+blah blah blah
+.Ud asdf
+blah blah blah
+.Ud ) ;