summaryrefslogtreecommitdiffstats
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.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/regress/roff/esc/z.in b/regress/roff/esc/z.in
index 8dd8822b..28ba2389 100644
--- a/regress/roff/esc/z.in
+++ b/regress/roff/esc/z.in
@@ -1,4 +1,4 @@
-.\" $OpenBSD: z.in,v 1.3 2017/07/04 14:53:27 schwarze Exp $
+.\" $OpenBSD: z.in,v 1.4 2022/04/27 13:30:19 schwarze Exp $
.Dd $Mdocdate$
.Dt ESC-Z 1
.Os
@@ -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<