aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/cond
diff options
context:
space:
mode:
Diffstat (limited to 'regress/roff/cond')
-rw-r--r--regress/roff/cond/string.in4
-rw-r--r--regress/roff/cond/string.out_ascii2
2 files changed, 6 insertions, 0 deletions
diff --git a/regress/roff/cond/string.in b/regress/roff/cond/string.in
index 6d19f4ce..4f27a492 100644
--- a/regress/roff/cond/string.in
+++ b/regress/roff/cond/string.in
@@ -27,3 +27,7 @@ mymacval
.ie d myren now defined
.el OOPS
.if !d myren OOPS
+.PP
+standard macro is
+.ie d PP defined
+.el not defined \(em OOPS
diff --git a/regress/roff/cond/string.out_ascii b/regress/roff/cond/string.out_ascii
index 8df491ac..b5075d21 100644
--- a/regress/roff/cond/string.out_ascii
+++ b/regress/roff/cond/string.out_ascii
@@ -15,6 +15,8 @@ DDEESSCCRRIIPPTTIIOONN
myren not yet defined
now defined
+ standard macro is defined
+
OpenBSD June 14, 2017 STRING(1)