From 0a3fdda2fdfc6e87b86c158cca5f54f59f302ddf Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 14 Jul 2017 15:56:37 +0000 Subject: print HTML character references as 4+ digits hexadecimal, like Unicode; from bentley@, tweaked by me --- regress/eqn/fromto/basic.out_html | 2 +- regress/eqn/nullary/roman.out_html | 6 +++--- regress/eqn/nullary/symbol.out_html | 6 +++--- regress/eqn/subsup/precedence.out_html | 2 +- regress/eqn/unary/diacrit.out_html | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) (limited to 'regress/eqn') diff --git a/regress/eqn/fromto/basic.out_html b/regress/eqn/fromto/basic.out_html index a5789c19..a1dbe244 100644 --- a/regress/eqn/fromto/basic.out_html +++ b/regress/eqn/fromto/basic.out_html @@ -1 +1 @@ -i=11i2 +i=11i2 diff --git a/regress/eqn/nullary/roman.out_html b/regress/eqn/nullary/roman.out_html index 151c858b..59497add 100644 --- a/regress/eqn/nullary/roman.out_html +++ b/regress/eqn/nullary/roman.out_html @@ -4,12 +4,12 @@ words:sincostan asinacosatanasec acscsinh coshtanhcotharc -maxminlimloglnexpReImandiffordetquoted +maxminlimloglnexpReImandiffordetquoted words: sincos -tanseccscasinacosatanasecacscsinhcoshtanhcotharcmaxminlimloglnexpReImandiffordetfont +tanseccscasinacosatanasecacscsinhcoshtanhcotharcmaxminlimloglnexpReImandiffordetfont operations: -sinsinsuperstring:sinuscomposite +sinsinsuperstring:sinuscomposite word: tan=sin/ cos diff --git a/regress/eqn/nullary/symbol.out_html b/regress/eqn/nullary/symbol.out_html index 4e07edc4..3ca69c2e 100644 --- a/regress/eqn/nullary/symbol.out_html +++ b/regress/eqn/nullary/symbol.out_html @@ -1,6 +1,6 @@ unquoted -words:ε -quoted words: -epsilonprimecomposite +words:εquoted +words: +epsilonprimecomposite word: epsilon-prime diff --git a/regress/eqn/subsup/precedence.out_html b/regress/eqn/subsup/precedence.out_html index 1cad9ce2..d5579c76 100644 --- a/regress/eqn/subsup/precedence.out_html +++ b/regress/eqn/subsup/precedence.out_html @@ -1 +1 @@ -x^1_2+e~x^s;III+III +x^1_2+e~x^s;III+III diff --git a/regress/eqn/unary/diacrit.out_html b/regress/eqn/unary/diacrit.out_html index d3d4d361..f03f8323 100644 --- a/regress/eqn/unary/diacrit.out_html +++ b/regress/eqn/unary/diacrit.out_html @@ -1 +1 @@ -x˙x¨x^x~xxx+yx+y_x~^ +x˙x¨x^x~xxx+yx+y_x~^ -- cgit