aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/ig/cond0.in
Commit message (Collapse)AuthorAgeFilesLines
* Full support for ie/el. This completes the initial roff support.Kristaps Dzonsons2010-05-171-1/+1
| | | | | Added test files for ie/el. Using `if 0' as a baseline for "false" roff instructions instead of `if t'.
* libroff now is aware of which sub-nodes should be interpreted even in aKristaps Dzonsons2010-05-171-0/+17
conditional-negative context so as to preserve structural integrity. Initial "rules" (deny/allow) are now inherited for future work in evaluating conditionals. Lint-fix noted by Joerg. Added regression tests for zany constructs.