diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-30 22:56:02 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-30 22:56:02 +0000 |
commit | 3bc2083f7ee493642602f9dcee0f82ecbcca4c85 (patch) | |
tree | dcd389ecbb19d7ac1548b907063f320ddff97cb5 /regress/mdoc/It/tab-macros.in | |
parent | 23898d93c7914bc2b07dc60fde156bdff597205b (diff) | |
download | mandoc-3bc2083f7ee493642602f9dcee0f82ecbcca4c85.tar.gz |
Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. This
will make it easy for re-entrant parsing of `Ta' macros to fit in with
standard closure rules.
Added some more regressions for `Bl -column'. Note that one should
fail, as documented in the TODO file.
Recorded change of AST BNF in mdoc.3.
Diffstat (limited to 'regress/mdoc/It/tab-macros.in')
-rw-r--r-- | regress/mdoc/It/tab-macros.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/regress/mdoc/It/tab-macros.in b/regress/mdoc/It/tab-macros.in new file mode 100644 index 00000000..0c7b367e --- /dev/null +++ b/regress/mdoc/It/tab-macros.in @@ -0,0 +1,17 @@ +.Dd $Mdocdate$ +.Dt FOO +.Os +.Sh NAME +.Nm foo +.Nd bar +.Sh DESCRIPTION +.Bl -column asdfasdf asdfasdf asdfasdf +.It Fl 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 |