diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-08-23 20:29:42 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-08-23 20:29:42 +0000 |
commit | 12117bdb06c2ea3ee37d7508ce54c9626b3701a9 (patch) | |
tree | 5e1e9ebe993f155473fcf70dd4b88a9b58da11b3 /regress/eqn | |
parent | 557780bebdb6f646d2fa26cb84847307fe45918b (diff) | |
download | mandoc-12117bdb06c2ea3ee37d7508ce54c9626b3701a9.tar.gz |
eliminate white space after opening and before closing punctuation
Diffstat (limited to 'regress/eqn')
-rw-r--r-- | regress/eqn/fromto/precedence.out_ascii | 2 | ||||
-rw-r--r-- | regress/eqn/over/precedence.out_ascii | 4 | ||||
-rw-r--r-- | regress/eqn/subsup/precedence.out_ascii | 2 |
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 |