summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/paragraph/paragraph_command.pl
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/results/paragraph/paragraph_command.pl')
-rw-r--r--macros/texinfo/texinfo/tp/t/results/paragraph/paragraph_command.pl17
1 files changed, 15 insertions, 2 deletions
diff --git a/macros/texinfo/texinfo/tp/t/results/paragraph/paragraph_command.pl b/macros/texinfo/texinfo/tp/t/results/paragraph/paragraph_command.pl
index 0463feee4e..3dd01c85ec 100644
--- a/macros/texinfo/texinfo/tp/t/results/paragraph/paragraph_command.pl
+++ b/macros/texinfo/texinfo/tp/t/results/paragraph/paragraph_command.pl
@@ -388,7 +388,20 @@ m1 email.
';
-$result_errors{'paragraph_command'} = [];
+$result_errors{'paragraph_command'} = [
+ {
+ 'error_line' => ':11: warning: @definfoenclose is obsolete.
+',
+ 'file_name' => '',
+ 'line_nr' => 11,
+ 'macro' => '',
+ 'text' => '@definfoenclose is obsolete.',
+ 'type' => 'warning'
+ }
+];
+
+
+$result_floats{'paragraph_command'} = {};
@@ -431,7 +444,7 @@ $result_converted{'html_text'}->{'paragraph_command'} = '<p>@
<hr>
<h4 class="footnotes-heading">Footnotes</h4>
-<h5><a id="FOOT1" href="#DOCF1">(1)</a></h3>
+<h5><a id="FOOT1" href="#DOCF1">(1)</a></h5>
<p>lone footnote</p>
</div>
';