aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/ds
diff options
context:
space:
mode:
Diffstat (limited to 'regress/roff/ds')
-rw-r--r--regress/roff/ds/Makefile4
-rw-r--r--regress/roff/ds/tab.in10
-rw-r--r--regress/roff/ds/tab.out_ascii9
3 files changed, 21 insertions, 2 deletions
diff --git a/regress/roff/ds/Makefile b/regress/roff/ds/Makefile
index 98a93d75..773105e8 100644
--- a/regress/roff/ds/Makefile
+++ b/regress/roff/ds/Makefile
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile,v 1.5 2014/06/29 22:12:54 schwarze Exp $
+# $OpenBSD: Makefile,v 1.6 2019/02/06 20:54:28 schwarze Exp $
-REGRESS_TARGETS = append escname nested quoting
+REGRESS_TARGETS = append escname nested quoting tab
.include <bsd.regress.mk>
diff --git a/regress/roff/ds/tab.in b/regress/roff/ds/tab.in
new file mode 100644
index 00000000..62c806f3
--- /dev/null
+++ b/regress/roff/ds/tab.in
@@ -0,0 +1,10 @@
+.\" $OpenBSD: tab.in,v 1.1 2019/02/06 20:54:28 schwarze Exp $
+.Dd $Mdocdate: February 6 2019 $
+.Dt DS-TAB 1
+.Os
+.Sh NAME
+.Nm ds-tab
+.Nd tab characters in string definition lines
+.Sh DESCRIPTION
+.ds teststr myval
+>>\*[teststr]<<
diff --git a/regress/roff/ds/tab.out_ascii b/regress/roff/ds/tab.out_ascii
new file mode 100644
index 00000000..aa0507a6
--- /dev/null
+++ b/regress/roff/ds/tab.out_ascii
@@ -0,0 +1,9 @@
+DS-TAB(1) General Commands Manual DS-TAB(1)
+
+NNAAMMEE
+ ddss--ttaabb - tab characters in string definition lines
+
+DDEESSCCRRIIPPTTIIOONN
+ >> myval<<
+
+OpenBSD February 6, 2019 OpenBSD