summaryrefslogtreecommitdiffstats
path: root/regress/eqn/matrix
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-08-23 20:03:17 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-08-23 20:03:17 +0000
commita56cf45e2bd5ca56ab01eac4da4e57e086e51e90 (patch)
treea7994c27421ac00d61770dfcd20dcfd968a9c9f2 /regress/eqn/matrix
parentddfc9b897c5dc3180c2cb77bdedcb614ad1ffe89 (diff)
downloadmandoc-a56cf45e2bd5ca56ab01eac4da4e57e086e51e90.tar.gz
Suppress spacing before certain kinds of lists.
One benefit is a reduced probablity that a blank appears between a function name and the opening parenthesis introducing the arguments. The heuristics isn't perfect and may occasionally suppress a blank that wouldn't do harm.
Diffstat (limited to 'regress/eqn/matrix')
-rw-r--r--regress/eqn/matrix/basic.out_ascii2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/eqn/matrix/basic.out_ascii b/regress/eqn/matrix/basic.out_ascii
index 21087dee..b6013875 100644
--- a/regress/eqn/matrix/basic.out_ascii
+++ b/regress/eqn/matrix/basic.out_ascii
@@ -4,6 +4,6 @@ NNAAMMEE
mmaattrriixx--bbaassiicc - matrixes in equations
DDEESSCCRRIIPPTTIIOONN
- initial text ((_a_11 _a_21) (_a_12 _a_22)) (_b_1 _b_2) [sin ssiinn] final text
+ initial text ((_a_11 _a_21) (_a_12 _a_22)) (_b_1 _b_2)[sin ssiinn] final text
OpenBSD July 4, 2017 OpenBSD