diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-07 19:06:31 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-07 19:06:31 +0000 |
commit | c9dc84c95ce5b322fa6381ec3ad9ac3b506cc5fb (patch) | |
tree | 6156ac8629f896a2e79a15d558d474a717ec2472 /regress/eqn/subsup | |
parent | ed519029e97f517c73fb1093e764d1c8798b75e7 (diff) | |
download | mandoc-c9dc84c95ce5b322fa6381ec3ad9ac3b506cc5fb.tar.gz |
add parentheses to the output where required for disambiguation
Diffstat (limited to 'regress/eqn/subsup')
-rw-r--r-- | regress/eqn/subsup/combine.out_ascii | 2 | ||||
-rw-r--r-- | regress/eqn/subsup/noarg.out_ascii | 2 | ||||
-rw-r--r-- | regress/eqn/subsup/precedence.out_ascii | 2 | ||||
-rw-r--r-- | regress/eqn/subsup/sub_group.out_ascii | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/regress/eqn/subsup/combine.out_ascii b/regress/eqn/subsup/combine.out_ascii index 8812f6f6..468a814c 100644 --- a/regress/eqn/subsup/combine.out_ascii +++ b/regress/eqn/subsup/combine.out_ascii @@ -4,6 +4,6 @@ NNAAMMEE ssuubbssuupp--ccoommbbiinnee - combination of subscripts and superscripts DDEESSCCRRIIPPTTIIOONN - initial text _x_1^2 + _e^_x_2 final text + initial text _x_1^2 + _e^(_x_2) final text OpenBSD July 4, 2017 OpenBSD diff --git a/regress/eqn/subsup/noarg.out_ascii b/regress/eqn/subsup/noarg.out_ascii index d5b87b24..eec09f18 100644 --- a/regress/eqn/subsup/noarg.out_ascii +++ b/regress/eqn/subsup/noarg.out_ascii @@ -4,6 +4,6 @@ NNAAMMEE ssuubbssuupp--nnooaarrgg - empty subscripts and superscripts DDEESSCCRRIIPPTTIIOONN - initial text _x_1^^ final text + initial text _x_(1^)^ final text OpenBSD July 4, 2017 OpenBSD diff --git a/regress/eqn/subsup/precedence.out_ascii b/regress/eqn/subsup/precedence.out_ascii index 60619b54..21207dd6 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 diff --git a/regress/eqn/subsup/sub_group.out_ascii b/regress/eqn/subsup/sub_group.out_ascii index 85e3568a..5628e6d9 100644 --- a/regress/eqn/subsup/sub_group.out_ascii +++ b/regress/eqn/subsup/sub_group.out_ascii @@ -4,6 +4,6 @@ NNAAMMEE ssuubbssuupp--ssuubb__ggrroouupp - grouping of subscripts DDEESSCCRRIIPPTTIIOONN - initial text _x__i + _x__j_1 + (_M__i)__j final text + initial text _x__i + _x_(_j_1) + (_M__i)__j final text OpenBSD July 4, 2017 OpenBSD |