* mandoc: test temporary indentation by non-integer multiples of EN
@ 2025-07-16 16:39 schwarze
0 siblings, 0 replies; only message in thread
From: schwarze @ 2025-07-16 16:39 UTC (permalink / raw)
To: source
Log Message:
-----------
test temporary indentation by non-integer multiples of EN
Modified Files:
--------------
mandoc/regress/roff/ti:
Makefile
Added Files:
-----------
mandoc/regress/roff/ti:
fraction.in
fraction.out_ascii
Revision Data
-------------
--- /dev/null
+++ regress/roff/ti/fraction.out_ascii
@@ -0,0 +1,16 @@
+TI-FRACTION(1) General Commands Manual TI-FRACTION(1)
+
+N\bNA\bAM\bME\bE
+ ti-fraction - temporary indentation by non-integer multiples of EN
+
+D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
+ initial text
+ indent = 1u
+ indent = 11u
+ indent = 12u
+ indent = 13u
+ indent = 23u
+ indent = 24u
+ final text
+
+OpenBSD July 16, 2025 TI-FRACTION(1)
--- /dev/null
+++ regress/roff/ti/fraction.in
@@ -0,0 +1,20 @@
+.\" $OpenBSD: fraction.in,v 1.1 2025/07/16 16:36:03 schwarze Exp $
+.TH TI-FRACTION 1 "July 16, 2025"
+.SH NAME
+ti-fraction \- temporary indentation by non-integer multiples of EN
+.SH DESCRIPTION
+initial text
+.ti +1u
+indent = 1u
+.ti +11u
+indent = 11u
+.ti +12u
+indent = 12u
+.ti +13u
+indent = 13u
+.ti +23u
+indent = 23u
+.ti +24u
+indent = 24u
+.br
+final text
Index: Makefile
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/roff/ti/Makefile,v
diff -Lregress/roff/ti/Makefile -Lregress/roff/ti/Makefile -u -p -r1.2 -r1.3
--- regress/roff/ti/Makefile
+++ regress/roff/ti/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2020/09/03 17:37:06 schwarze Exp $
+# $OpenBSD: Makefile,v 1.3 2025/07/16 16:36:03 schwarze Exp $
-REGRESS_TARGETS = basic-mdoc basic-man wide
+REGRESS_TARGETS = basic-mdoc basic-man fraction wide
-# groff-1.22.4 defect:
-# - Excessive temporare indentations cause excessive line lengths
+# groff-1.23.0 defect:
+# - Excessive temporary indentations cause excessive line lengths
# instead of being truncated to resonable indentations.
SKIP_GROFF = wide
--
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 16:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-16 16:39 mandoc: test temporary indentation 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).