summaryrefslogtreecommitdiffstats
path: root/regress/eqn/over/precedence.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-07 19:06:31 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-07 19:06:31 +0000
commitc9dc84c95ce5b322fa6381ec3ad9ac3b506cc5fb (patch)
tree6156ac8629f896a2e79a15d558d474a717ec2472 /regress/eqn/over/precedence.out_ascii
parented519029e97f517c73fb1093e764d1c8798b75e7 (diff)
downloadmandoc-c9dc84c95ce5b322fa6381ec3ad9ac3b506cc5fb.tar.gz
add parentheses to the output where required for disambiguation
Diffstat (limited to 'regress/eqn/over/precedence.out_ascii')
-rw-r--r--regress/eqn/over/precedence.out_ascii4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/eqn/over/precedence.out_ascii b/regress/eqn/over/precedence.out_ascii
index a77aa47f..1059b742 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