diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-26 10:39:35 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-26 10:39:35 +0000 |
commit | 878d84055a253f63524c12172dd09c9044ad0afd (patch) | |
tree | 279ebf5690ecb93404f3c6dc07bc4a4f6d68cf22 /regress | |
parent | 7d24aa6b61fc7c0a61348119c53447f5c9b1b892 (diff) | |
download | mandoc-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.in | 11 | ||||
-rw-r--r-- | regress/mdoc/Ud/ud.in | 11 |
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 ) ; |