aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-01-08 11:01:37 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-01-08 11:01:37 +0000
commit9f7df258616138634322e0de05f630597370754e (patch)
tree959d0dde29597243f0e6d105a4af4b90eb4ab8da /regress
parent19e8de1204fe781f452be5be11e3c65d0e9112d3 (diff)
downloadmandoc-9f7df258616138634322e0de05f630597370754e.tar.gz
mandoc-9f7df258616138634322e0de05f630597370754e.tar.zst
mandoc-9f7df258616138634322e0de05f630597370754e.zip
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.
Diffstat (limited to 'regress')
-rw-r--r--regress/eqn/delim/basic.in12
-rw-r--r--regress/eqn/delim/basic.out_ascii4
2 files changed, 8 insertions, 8 deletions
diff --git a/regress/eqn/delim/basic.in b/regress/eqn/delim/basic.in
index 0af75dc2..d8c84b9b 100644
--- a/regress/eqn/delim/basic.in
+++ b/regress/eqn/delim/basic.in
@@ -1,5 +1,5 @@
-.\" $OpenBSD: basic.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
-.Dd $Mdocdate: July 4 2017 $
+.\" $OpenBSD: basic.in,v 1.3 2020/01/08 10:58:09 schwarze Exp $
+.Dd $Mdocdate: January 8 2020 $
.Dt DELIM-BASIC 1
.Os
.Sh NAME
@@ -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
diff --git a/regress/eqn/delim/basic.out_ascii b/regress/eqn/delim/basic.out_ascii
index c0bdb4ba..03a8059b 100644
--- a/regress/eqn/delim/basic.out_ascii
+++ b/regress/eqn/delim/basic.out_ascii
@@ -4,7 +4,7 @@ NNAAMMEE
ddeelliimm--bbaassiicc - inline eqn delimiters
DDEESSCCRRIIPPTTIIOONN
- 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