* mandoc: test page offsets by non-integer multiples of EN
@ 2025-07-16 15:55 schwarze
0 siblings, 0 replies; only message in thread
From: schwarze @ 2025-07-16 15:55 UTC (permalink / raw)
To: source
Log Message:
-----------
test page offsets by non-integer multiples of EN
Modified Files:
--------------
mandoc/regress/roff/po:
Makefile
Added Files:
-----------
mandoc/regress/roff/po:
fraction.in
fraction.out_ascii
Revision Data
-------------
--- /dev/null
+++ regress/roff/po/fraction.in
@@ -0,0 +1,27 @@
+.\" $OpenBSD: fraction.in,v 1.1 2025/07/16 15:51:27 schwarze Exp $
+.TH PO-FRACTION 1 "July 16, 2025"
+.SH NAME
+po-fraction \- page offsets by non-integer multiples of EN
+.SH DESCRIPTION
+initial text
+.br
+.po 1u
+offset = 1u
+.br
+.po 11u
+offset = 11u
+.br
+.po 12u
+offset = 12u
+.br
+.po 13u
+offset = 13u
+.br
+.po 23u
+offset = 23u
+.br
+.po 24u
+offset = 24u
+.br
+.po 0
+final text
Index: Makefile
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/roff/po/Makefile,v
diff -Lregress/roff/po/Makefile -Lregress/roff/po/Makefile -u -p -r1.2 -r1.3
--- regress/roff/po/Makefile
+++ regress/roff/po/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 2020/09/03 20:33:20 schwarze Exp $
+# $OpenBSD: Makefile,v 1.3 2025/07/16 15:51:27 schwarze Exp $
-REGRESS_TARGETS = basic-mdoc range
+REGRESS_TARGETS = basic-mdoc fraction range
-# groff-1.22.4 defect:
+# groff-1.23.0 defects:
# - Negative page objects sometimes result in output lines starting
# with backspace characters.
# - Excessive page offsets cause excessive line lengths
--- /dev/null
+++ regress/roff/po/fraction.out_ascii
@@ -0,0 +1,16 @@
+PO-FRACTION(1) General Commands Manual PO-FRACTION(1)
+
+N\bNA\bAM\bME\bE
+ po-fraction - page offsets by non-integer multiples of EN
+
+D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
+ initial text
+ offset = 1u
+ offset = 11u
+ offset = 12u
+ offset = 13u
+ offset = 23u
+ offset = 24u
+ final text
+
+OpenBSD July 16, 2025 PO-FRACTION(1)
--
To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-16 15:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-16 15:55 mandoc: test page offsets by non-integer multiples of EN schwarze
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).