]> git.cameronkatri.com Git - mandoc.git/blobdiff - regress/roff/esc/z.in
Fix three bugs regarding the interaction of \z and \h:
[mandoc.git] / regress / roff / esc / z.in
index ab4c5ab336e6a5328b4c0c55012ba99354154290..252cfc0bdd53f8e937e285df5af3dc9fc2e56d5a 100644 (file)
@@ -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<