summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/menu/bad_beginning.pl
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/results/menu/bad_beginning.pl')
-rw-r--r--macros/texinfo/texinfo/tp/t/results/menu/bad_beginning.pl24
1 files changed, 4 insertions, 20 deletions
diff --git a/macros/texinfo/texinfo/tp/t/results/menu/bad_beginning.pl b/macros/texinfo/texinfo/tp/t/results/menu/bad_beginning.pl
index 5864b15d57..0a1844a971 100644
--- a/macros/texinfo/texinfo/tp/t/results/menu/bad_beginning.pl
+++ b/macros/texinfo/texinfo/tp/t/results/menu/bad_beginning.pl
@@ -149,26 +149,10 @@ $result_texts{'bad_beginning'} = '*
*in code::
';
-$result_errors{'bad_beginning'} = [
- {
- 'error_line' => ':1: @menu seen before first @node
-',
- 'file_name' => '',
- 'line_nr' => 1,
- 'macro' => '',
- 'text' => '@menu seen before first @node',
- 'type' => 'error'
- },
- {
- 'error_line' => ':1: perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?
-',
- 'file_name' => '',
- 'line_nr' => 1,
- 'macro' => '',
- 'text' => 'perhaps your @top node should be wrapped in @ifnottex rather than @ifinfo?',
- 'type' => 'error'
- }
-];
+$result_errors{'bad_beginning'} = [];
+
+
+$result_floats{'bad_beginning'} = {};
1;