aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bd/bd0.in
Commit message (Collapse)AuthorAgeFilesLines
* Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed inKristaps Dzonsons2010-06-121-0/+28
the "data" union in mdoc_node. Allows me to remove some ugly loops in the front-end and duplicate tests in mdoc_action.c. Add a regression test to make sure we're not doing anything bad (more to come).