[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/t/02coverage.t (commands_in_math): Remove tr
From: |
Gavin D. Smith |
Subject: |
branch master updated: * tp/t/02coverage.t (commands_in_math): Remove trailing space on a line as this is not the purpose of this test. |
Date: |
Wed, 25 Oct 2023 13:26:18 -0400 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 09028563e5 * tp/t/02coverage.t (commands_in_math): Remove trailing
space on a line as this is not the purpose of this test.
09028563e5 is described below
commit 09028563e5e7e4f9090fcb2e0f1c47c9137e208f
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Oct 25 18:26:10 2023 +0100
* tp/t/02coverage.t (commands_in_math): Remove trailing space on
a line as this is not the purpose of this test.
---
ChangeLog | 5 +++++
tp/t/02coverage.t | 2 +-
tp/t/results/coverage/commands_in_math.pl | 14 +++++++-------
3 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 39c8eff1e1..ac4e73f3a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-10-25 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/t/02coverage.t (commands_in_math): Remove trailing space on
+ a line as this is not the purpose of this test.
+
2023-10-25 Gavin Smith <gavinsmith0123@gmail.com>
* tp/Texinfo/Convert/ParagraphNonXS.pm (add_text),
diff --git a/tp/t/02coverage.t b/tp/t/02coverage.t
index 010f83813a..ea5cfc48e1 100644
--- a/tp/t/02coverage.t
+++ b/tp/t/02coverage.t
@@ -672,7 +672,7 @@ In float with caption.
@end displaymath
@displaymath
-@quotedblleft{} @quotedblright{}
+@quotedblleft{} @quotedblright{}
@quoteleft{} @quoteright{} @quotedblbase{} @quotesinglbase{} @guillemetleft{}
@guillemetright{} @guillemotleft{} @guillemotright{} @guilsinglleft{}
@guilsinglright{} @textdegree{} @euro{} @arrow{} @leq{} @geq{}
diff --git a/tp/t/results/coverage/commands_in_math.pl
b/tp/t/results/coverage/commands_in_math.pl
index 7c33472d3f..f7f0791d2c 100644
--- a/tp/t/results/coverage/commands_in_math.pl
+++ b/tp/t/results/coverage/commands_in_math.pl
@@ -1623,7 +1623,7 @@ $result_trees{'commands_in_math'} = {
}
},
{
- 'text' => '
+ 'text' => '
'
},
{
@@ -1941,7 +1941,7 @@ $result_texis{'commands_in_math'} = '
@end displaymath
@displaymath
-@quotedblleft{} @quotedblright{}
+@quotedblleft{} @quotedblright{}
@quoteleft{} @quoteright{} @quotedblbase{} @quotesinglbase{} @guillemetleft{}
@guillemetright{} @guillemotleft{} @guillemotright{} @guilsinglleft{}
@guilsinglright{} @textdegree{} @euro{} @arrow{} @leq{} @geq{}
@@ -1969,7 +1969,7 @@ aa AA ae oe AE OE /o /O ss /l /L D
TH d th ! ? #
(R) a o ,
-" "
+" "
` \' ,, , <<
>> << >> <
> o Euro -> <= >=
@@ -2038,7 +2038,7 @@ error→ → − ∗ -| ⇒
Þ ð þ ¡ ¿ £
® ª º ,
</em></div>
-<div class="displaymath"><em>“ ”
+<div class="displaymath"><em>“ ”
‘ ’ „ ‚ «
» « » ‹
› ° € → ≤ ≥
@@ -2070,7 +2070,7 @@ $result_converted{'xml'}->{'commands_in_math'} = '
</displaymath>
<displaymath endspaces=" ">
-“ ”
+“ ”
‘ ’ „ ‚ «
» &guillemotleft; &guillemotright; ‹
› ° € → ≤ ≥
@@ -2103,7 +2103,7 @@ TeX LaTeX \\bullet{} \\copyright{} \\dots{} \\dots{}
\\equiv{}
\\]
\\[
-\\mathord{\\text{\\textquotedblleft{}}}
\\mathord{\\text{\\textquotedblright{}}}
+\\mathord{\\text{\\textquotedblleft{}}}
\\mathord{\\text{\\textquotedblright{}}}
\\mathord{\\text{\\textquoteleft{}}} \\mathord{\\text{\\textquoteright{}}}
\\mathord{\\text{\\quotedblbase{}}} \\mathord{\\text{\\quotesinglbase{}}}
\\mathord{\\text{\\guillemotleft{}}}
\\mathord{\\text{\\guillemotright{}}} \\mathord{\\text{\\guillemotleft{}}}
\\mathord{\\text{\\guillemotright{}}} \\mathord{\\text{\\guilsinglleft{}}}
\\mathord{\\text{\\guilsinglright{}}} ^{\\circ{}} \\euro{} \\rightarrow{}
\\leq{} \\geq{}
@@ -2131,7 +2131,7 @@ error→ ↦ − ⋆ ⊣ ⇒
Þ ð þ ¡ ¿ £
® ª º ,
</mathphrase></informalequation>
-<informalequation><mathphrase>“ ”
+<informalequation><mathphrase>“ ”
‘ ’ „ ‚ «
» « » ‹
› ° € → ≤ ≥
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/t/02coverage.t (commands_in_math): Remove trailing space on a line as this is not the purpose of this test.,
Gavin D. Smith <=