aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/esc/z.in
diff options
context:
space:
mode:
Diffstat (limited to 'regress/roff/esc/z.in')
-rw-r--r--regress/roff/esc/z.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/regress/roff/esc/z.in b/regress/roff/esc/z.in
index ab4c5ab3..252cfc0b 100644
--- a/regress/roff/esc/z.in
+++ b/regress/roff/esc/z.in
@@ -1,5 +1,5 @@
-.\" $OpenBSD: z.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
-.Dd $Mdocdate: July 4 2017 $
+.\" $OpenBSD: z.in,v 1.4 2022/04/27 13:30:19 schwarze Exp $
+.Dd $Mdocdate: April 27 2022 $
.Dt ESC-Z 1
.Os
.Sh NAME
@@ -20,6 +20,12 @@ new line<
.br
single z with overstrike: >\z\o'ab'c<
.br
+single z with h escape: >\z\h'3'm\z\h'-3'<
+.br
+single z with char and h with positive argument: >\za\h'3'b<
+.br
+single z with char and h with zero argument: >\za\h'0'b<
+.br
single z near the end of the line: >\z<
.br
double z: >\z\zx<