source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mandoc.bsd.lv
To: source@mandoc.bsd.lv
Subject: mandoc: Improve the test case by changing the eqn(7) delimiters such
Date: Wed, 8 Jan 2020 06:02:07 -0500 (EST)	[thread overview]
Message-ID: <ba40aa6f90d7c397@mandoc.bsd.lv> (raw)

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

                 reply	other threads:[~2020-01-08 11:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ba40aa6f90d7c397@mandoc.bsd.lv \
    --to=schwarze@mandoc.bsd.lv \
    --cc=source@mandoc.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).