* mandoc: Improve the test case by changing the eqn(7) delimiters such
@ 2020-01-08 11:02 schwarze
0 siblings, 0 replies; only message in thread
From: schwarze @ 2020-01-08 11:02 UTC (permalink / raw)
To: source
Log Message:
-----------
Improve the test case by changing the eqn(7) delimiters such that it
actually tests which parts of text lines are processed with eqn(7)
and which are not.
Modified Files:
--------------
mandoc/regress/eqn/delim:
basic.in
basic.out_ascii
Revision Data
-------------
Index: basic.out_ascii
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/eqn/delim/basic.out_ascii,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lregress/eqn/delim/basic.out_ascii -Lregress/eqn/delim/basic.out_ascii -u -p -r1.3 -r1.4
--- regress/eqn/delim/basic.out_ascii
+++ regress/eqn/delim/basic.out_ascii
@@ -4,7 +4,7 @@ N\bNA\bAM\bME\bE
d\bde\bel\bli\bim\bm-\b-b\bba\bas\bsi\bic\bc - inline eqn delimiters
D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
- initial text <alpha> inline <beta> <gamma> inline <delta> <epsilon>
+ initial text <alpha> inline <beta> <gamma> inline [delta] <epsilon>
inline <zeta> final text
-OpenBSD July 4, 2017 OpenBSD
+OpenBSD January 8, 2020 OpenBSD
Index: basic.in
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/eqn/delim/basic.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lregress/eqn/delim/basic.in -Lregress/eqn/delim/basic.in -u -p -r1.2 -r1.3
--- regress/eqn/delim/basic.in
+++ regress/eqn/delim/basic.in
@@ -1,4 +1,4 @@
-.\" $OpenBSD: basic.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
+.\" $OpenBSD: basic.in,v 1.3 2020/01/08 10:58:09 schwarze Exp $
.Dd $Mdocdate$
.Dt DELIM-BASIC 1
.Os
@@ -8,15 +8,15 @@
.Sh DESCRIPTION
initial text
.EQ
-delim <>alpha
+delim []alpha
.EN
-inline <beta>
+inline [beta]
.EQ
delim offgamma
.EN
-inline <delta>
+inline [delta]
.EQ
delim onepsilon
.EN
-inline <zeta>
+inline [zeta]
final text
--
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:[~2020-01-08 11:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-08 11:02 mandoc: Improve the test case by changing the eqn(7) delimiters such 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).