diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-17 02:01:05 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-17 02:01:05 +0000 |
commit | b2c69380f33dc4e4386ea05b9265b2e845e6a147 (patch) | |
tree | fa6e0c0831aaacfb1b62557becf6af49f53527c8 /regress/roff/if/simple1.in | |
parent | e4d387ec9112592d7da65673d6227866ae8199dc (diff) | |
download | mandoc-b2c69380f33dc4e4386ea05b9265b2e845e6a147.tar.gz |
Full support for ie/el. This completes the initial roff support.
Added test files for ie/el.
Using `if 0' as a baseline for "false" roff instructions instead of `if t'.
Diffstat (limited to 'regress/roff/if/simple1.in')
-rw-r--r-- | regress/roff/if/simple1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/roff/if/simple1.in b/regress/roff/if/simple1.in index 0462ffce..55a4cf60 100644 --- a/regress/roff/if/simple1.in +++ b/regress/roff/if/simple1.in @@ -7,5 +7,5 @@ .Sh DESCRIPTION 123 .\" Note this has no whitespace... -.if t +.if 0 asdf |