summaryrefslogtreecommitdiffstats
path: root/regress/roff/ig
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-17 02:01:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-17 02:01:05 +0000
commitb2c69380f33dc4e4386ea05b9265b2e845e6a147 (patch)
treefa6e0c0831aaacfb1b62557becf6af49f53527c8 /regress/roff/ig
parente4d387ec9112592d7da65673d6227866ae8199dc (diff)
downloadmandoc-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/ig')
-rw-r--r--regress/roff/ig/cond0.in2
-rw-r--r--regress/roff/ig/redef0.in2
-rw-r--r--regress/roff/ig/simple0.in2
-rw-r--r--regress/roff/ig/simple2.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/regress/roff/ig/cond0.in b/regress/roff/ig/cond0.in
index 63b25c5c..88f6c66d 100644
--- a/regress/roff/ig/cond0.in
+++ b/regress/roff/ig/cond0.in
@@ -10,7 +10,7 @@
.Nd bar
.Sh DESCRIPTION
garglebats!
-.if t \
+.if 0 \
.ig .
foo
..
diff --git a/regress/roff/ig/redef0.in b/regress/roff/ig/redef0.in
index 4d5a7e76..b3f2fc23 100644
--- a/regress/roff/ig/redef0.in
+++ b/regress/roff/ig/redef0.in
@@ -8,6 +8,6 @@
a
.ig if
asdf
-.if t \
+.if 0 \
b
c
diff --git a/regress/roff/ig/simple0.in b/regress/roff/ig/simple0.in
index d693ce77..6b24bd50 100644
--- a/regress/roff/ig/simple0.in
+++ b/regress/roff/ig/simple0.in
@@ -8,5 +8,5 @@
123
.ig
hello
-..
+.0
12124
diff --git a/regress/roff/ig/simple2.in b/regress/roff/ig/simple2.in
index 4e82458c..5247e35f 100644
--- a/regress/roff/ig/simple2.in
+++ b/regress/roff/ig/simple2.in
@@ -8,7 +8,7 @@
123
.ig
hello
-.if t \{\
+.if 0 \{\
hello
.\}
..