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