summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/xml_tests/comments_on_misc_command_line.pl
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/results/xml_tests/comments_on_misc_command_line.pl')
-rw-r--r--macros/texinfo/texinfo/tp/t/results/xml_tests/comments_on_misc_command_line.pl15
1 files changed, 14 insertions, 1 deletions
diff --git a/macros/texinfo/texinfo/tp/t/results/xml_tests/comments_on_misc_command_line.pl b/macros/texinfo/texinfo/tp/t/results/xml_tests/comments_on_misc_command_line.pl
index f50dd2419c..551a692b9e 100644
--- a/macros/texinfo/texinfo/tp/t/results/xml_tests/comments_on_misc_command_line.pl
+++ b/macros/texinfo/texinfo/tp/t/results/xml_tests/comments_on_misc_command_line.pl
@@ -358,7 +358,20 @@ $result_texts{'comments_on_misc_command_line'} = '
Para.
';
-$result_errors{'comments_on_misc_command_line'} = [];
+$result_errors{'comments_on_misc_command_line'} = [
+ {
+ 'error_line' => ':2: warning: @definfoenclose is obsolete.
+',
+ 'file_name' => '',
+ 'line_nr' => 2,
+ 'macro' => '',
+ 'text' => '@definfoenclose is obsolete.',
+ 'type' => 'warning'
+ }
+];
+
+
+$result_floats{'comments_on_misc_command_line'} = {};