summaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/if/multiline-free1.in
Commit message (Collapse)AuthorAgeFilesLines
* Full support for ie/el. This completes the initial roff support.Kristaps Dzonsons2010-05-171-2/+2
| | | | | Added test files for ie/el. Using `if 0' as a baseline for "false" roff instructions instead of `if t'.
* `ig' support in all its glory. TryKristaps Dzonsons2010-05-161-0/+11
.ig ig asdf .ig fdsa .. or .ig if asdf .if n \ foo for a laugh. It all works. Lots of regression tests supporting this and documentation for the same.