aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/de/empty.in
diff options
context:
space:
mode:
Diffstat (limited to 'regress/roff/de/empty.in')
-rw-r--r--regress/roff/de/empty.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/regress/roff/de/empty.in b/regress/roff/de/empty.in
new file mode 100644
index 00000000..decfcb51
--- /dev/null
+++ b/regress/roff/de/empty.in
@@ -0,0 +1,18 @@
+.\" $OpenBSD: empty.in,v 1.1 2019/04/21 23:45:50 schwarze Exp $
+.Dd $Mdocdate: April 21 2019 $
+.Dt DE-EMPTY 1
+.Os
+.Sh NAME
+.Nm de-empty
+.Nd empty user-defined macro with arguments
+.Sh DESCRIPTION
+initial text
+.de empty
+..
+.de real
+arg=\\$1
+.empty wrong
+arg=\\$1
+..
+.real right
+final text