diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-01-08 11:01:37 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-01-08 11:01:37 +0000 |
commit | 11387baaec0c1b0f126bd7a3147f92e2899e1eb4 (patch) | |
tree | a9177b8aee571b6b4072582aa01bf73eb0a4e21d /regress/eqn | |
parent | 103f09767d63eec84b9d8aadb05d948224158918 (diff) | |
download | mandoc-11387baaec0c1b0f126bd7a3147f92e2899e1eb4.tar.gz |
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/eqn')
-rw-r--r-- | regress/eqn/delim/basic.in | 10 | ||||
-rw-r--r-- | regress/eqn/delim/basic.out_ascii | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/regress/eqn/delim/basic.in b/regress/eqn/delim/basic.in index 8c17e80a..03bb0e72 100644 --- a/regress/eqn/delim/basic.in +++ b/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 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 |