aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-08-23 20:29:42 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-08-23 20:29:42 +0000
commit14c1a384c48064113cff2153aac95534f1b5c0e3 (patch)
tree52959e9e2e62a428504e2ad379feaee556b79b08 /regress
parentf70e93fba9c5c8756e02b5feb4bc125fbaa95084 (diff)
downloadmandoc-14c1a384c48064113cff2153aac95534f1b5c0e3.tar.gz
mandoc-14c1a384c48064113cff2153aac95534f1b5c0e3.tar.zst
mandoc-14c1a384c48064113cff2153aac95534f1b5c0e3.zip
eliminate white space after opening and before closing punctuation
Diffstat (limited to 'regress')
-rw-r--r--regress/eqn/fromto/precedence.out_ascii2
-rw-r--r--regress/eqn/over/precedence.out_ascii4
-rw-r--r--regress/eqn/subsup/precedence.out_ascii2
3 files changed, 4 insertions, 4 deletions
diff --git a/regress/eqn/fromto/precedence.out_ascii b/regress/eqn/fromto/precedence.out_ascii
index b7da7180..15a80120 100644
--- a/regress/eqn/fromto/precedence.out_ascii
+++ b/regress/eqn/fromto/precedence.out_ascii
@@ -4,6 +4,6 @@ NNAAMMEE
ssuubbssuupp--pprreecceeddeennccee - precedence of subscripts and superscripts
DDEESSCCRRIIPPTTIIOONN
- initial text _X_(_a_)^_c^ ; X_aa^_c ; (_X_1^2)_(_a__c^_e)^(_o__r^_s) final text
+ initial text _X_(_a_)^_c^; X_aa^_c; (_X_1^2)_(_a__c^_e)^(_o__r^_s) final text
OpenBSD July 6, 2017 OpenBSD
diff --git a/regress/eqn/over/precedence.out_ascii b/regress/eqn/over/precedence.out_ascii
index 1059b742..0dc9e747 100644
--- a/regress/eqn/over/precedence.out_ascii
+++ b/regress/eqn/over/precedence.out_ascii
@@ -4,7 +4,7 @@ NNAAMMEE
oovveerr--pprreecceeddeennccee - precedence of the fraction operator
DDEESSCCRRIIPPTTIIOONN
- initial text 1 + _x + (_x^2)/2 + (_x^3)/(2 * 3) ; _a^/_c~ ; aa/cc ;
- sqrt(_a)/sqrt(_c) final text
+ initial text 1 + _x + (_x^2)/2 + (_x^3)/(2 * 3); _a^/_c~; aa/cc; sqrt(_a)/sqrt(_c)
+ final text
OpenBSD July 6, 2017 OpenBSD
diff --git a/regress/eqn/subsup/precedence.out_ascii b/regress/eqn/subsup/precedence.out_ascii
index 65f85d6c..bd4b62c7 100644
--- a/regress/eqn/subsup/precedence.out_ascii
+++ b/regress/eqn/subsup/precedence.out_ascii
@@ -4,6 +4,6 @@ NNAAMMEE
ssuubbssuupp--pprreecceeddeennccee - precedence of subscripts and superscripts
DDEESSCCRRIIPPTTIIOONN
- initial text (_x^)_(1_)^2- + (_e~)^((_x^)__s<->) ; I_II^_I + I^(II__I) final text
+ initial text (_x^)_(1_)^2- + (_e~)^((_x^)__s<->); I_II^_I + I^(II__I) final text
OpenBSD July 6, 2017 OpenBSD