texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * tp/Makefile.tres, tp/t/40moresectioning.t: remo


From: Patrice Dumas
Subject: branch master updated: * tp/Makefile.tres, tp/t/40moresectioning.t: remove contents_no_section from 40moresectioning.t and the associated Texinfo file, as the test is redundant with contents_with_only_top_node in tp/t/30sectioning.t.
Date: Tue, 03 Jan 2023 15:16:11 -0500

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 79078998b2 * tp/Makefile.tres, tp/t/40moresectioning.t: remove 
contents_no_section from 40moresectioning.t and the associated Texinfo file, as 
the test is redundant with contents_with_only_top_node in tp/t/30sectioning.t.
79078998b2 is described below

commit 79078998b25aef05b0970bfed2caded6edf9c97e
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Jan 3 21:15:19 2023 +0100

    * tp/Makefile.tres, tp/t/40moresectioning.t: remove
    contents_no_section from 40moresectioning.t and the associated Texinfo
    file, as the test is redundant with contents_with_only_top_node in
    tp/t/30sectioning.t.
---
 ChangeLog                                          |   7 +
 tp/Makefile.am                                     |   1 -
 tp/Makefile.tres                                   |   1 -
 tp/t/40moresectioning.t                            |   2 -
 tp/t/input_files/contents_no_section.texi          |  10 -
 tp/t/results/moresectioning/contents_no_section.pl | 205 ---------------------
 6 files changed, 7 insertions(+), 219 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index bc919b90c6..2e0cbcd005 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,13 @@
        * Makefile.am (EXTRA_DIST): Distribute more recent ChangeLog.65
        and ChangeLog.70 as well as ChangeLog.46.
 
+2023-01-03  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Makefile.tres, tp/t/40moresectioning.t: remove
+       contents_no_section from 40moresectioning.t and the associated Texinfo
+       file, as the test is redundant with contents_with_only_top_node in
+       tp/t/30sectioning.t.
+
 2023-01-03  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Makefile.tres, tp/t/30sectioning.t, tp/t/40moresectioning.t:
diff --git a/tp/Makefile.am b/tp/Makefile.am
index 53bd54a92b..aa4661461c 100644
--- a/tp/Makefile.am
+++ b/tp/Makefile.am
@@ -192,7 +192,6 @@ test_files = \
  t/input_files/contents_at_end_document_after_node.texi \
  t/input_files/contents_at_end_document.texi \
  t/input_files/contents_in_document.texi \
- t/input_files/contents_no_section.texi \
  t/input_files/cpp_line_before_first_node.texi \
  t/input_files/cpp_lines.texi \
  t/input_files/cpp_line_latin1.texi \
diff --git a/tp/Makefile.tres b/tp/Makefile.tres
index 0c6c3d15cd..63198dd1ce 100644
--- a/tp/Makefile.tres
+++ b/tp/Makefile.tres
@@ -1611,7 +1611,6 @@ test_files_generated_list = 
$(test_tap_files_generated_list) \
   t/results/moresectioning/contents_at_end_document.pl \
   t/results/moresectioning/contents_at_end_document_after_node.pl \
   t/results/moresectioning/contents_in_document.pl \
-  t/results/moresectioning/contents_no_section.pl \
   t/results/moresectioning/empty_top_node_up.pl \
   t/results/moresectioning/equivalent_nodes_defined_linked.pl \
   t/results/moresectioning/internal_top_node_up.pl \
diff --git a/tp/t/40moresectioning.t b/tp/t/40moresectioning.t
index e3272983b6..90a6fa7811 100644
--- a/tp/t/40moresectioning.t
+++ b/tp/t/40moresectioning.t
@@ -563,8 +563,6 @@ undef, {'test_file' => 
'contents_at_end_document_after_node.texi'}],
 undef, {'test_file' => 'contents_at_end_document.texi'}],
 ['contents_in_document',
 undef, {'test_file' => 'contents_in_document.texi'}],
-['contents_no_section',
-undef, {'test_file' => 'contents_no_section.texi'}],
 );
 
 my @test_out_files = (
diff --git a/tp/t/input_files/contents_no_section.texi 
b/tp/t/input_files/contents_no_section.texi
deleted file mode 100644
index 2deb140d5b..0000000000
--- a/tp/t/input_files/contents_no_section.texi
+++ /dev/null
@@ -1,10 +0,0 @@
-\input texinfo @c -*-texinfo-*-
-
-@setfilename contents_no_section.info
-
-@node Top
-
-@contents
-
-@bye
-
diff --git a/tp/t/results/moresectioning/contents_no_section.pl 
b/tp/t/results/moresectioning/contents_no_section.pl
deleted file mode 100644
index 8b180543e0..0000000000
--- a/tp/t/results/moresectioning/contents_no_section.pl
+++ /dev/null
@@ -1,205 +0,0 @@
-use vars qw(%result_texis %result_texts %result_trees %result_errors 
-   %result_indices %result_sectioning %result_nodes %result_menus
-   %result_floats %result_converted %result_converted_errors 
-   %result_elements %result_directions_text %result_indices_sort_strings);
-
-use utf8;
-
-$result_trees{'contents_no_section'} = {
-  'contents' => [
-    {
-      'contents' => [
-        {
-          'contents' => [
-            {
-              'contents' => [
-                {
-                  'text' => '\\input texinfo @c -*-texinfo-*-
-',
-                  'type' => 'text_before_beginning'
-                },
-                {
-                  'text' => '
-',
-                  'type' => 'text_before_beginning'
-                }
-              ],
-              'type' => 'preamble_before_beginning'
-            }
-          ],
-          'type' => 'preamble_before_setfilename'
-        },
-        {
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'contents_no_section.info'
-                    }
-                  ],
-                  'info' => {
-                    'spaces_after_argument' => '
-'
-                  },
-                  'type' => 'line_arg'
-                }
-              ],
-              'cmdname' => 'setfilename',
-              'extra' => {
-                'text_arg' => 'contents_no_section.info'
-              },
-              'info' => {
-                'spaces_before_argument' => ' '
-              },
-              'source_info' => {
-                'file_name' => 'contents_no_section.texi',
-                'line_nr' => 3,
-                'macro' => ''
-              }
-            },
-            {
-              'text' => '
-',
-              'type' => 'empty_line'
-            }
-          ],
-          'type' => 'preamble_before_content'
-        }
-      ],
-      'type' => 'before_node_section'
-    },
-    {
-      'args' => [
-        {
-          'contents' => [
-            {
-              'text' => 'Top'
-            }
-          ],
-          'info' => {
-            'spaces_after_argument' => '
-'
-          },
-          'type' => 'line_arg'
-        }
-      ],
-      'cmdname' => 'node',
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'args' => [
-            {
-              'text' => '
-',
-              'type' => 'misc_arg'
-            }
-          ],
-          'cmdname' => 'contents',
-          'source_info' => {
-            'file_name' => 'contents_no_section.texi',
-            'line_nr' => 7,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        }
-      ],
-      'extra' => {
-        'node_content' => [
-          {}
-        ],
-        'nodes_manuals' => [
-          {
-            'node_content' => [
-              {}
-            ],
-            'normalized' => 'Top'
-          }
-        ],
-        'normalized' => 'Top'
-      },
-      'info' => {
-        'spaces_before_argument' => ' '
-      },
-      'source_info' => {
-        'file_name' => 'contents_no_section.texi',
-        'line_nr' => 5,
-        'macro' => ''
-      }
-    },
-    {
-      'args' => [
-        {
-          'text' => '
-',
-          'type' => 'misc_arg'
-        }
-      ],
-      'cmdname' => 'bye'
-    },
-    {
-      'contents' => [
-        {
-          'text' => '
-',
-          'type' => 'text_after_end'
-        }
-      ],
-      'type' => 'postamble_after_end'
-    }
-  ],
-  'type' => 'document_root'
-};
-$result_trees{'contents_no_section'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'contents_no_section'}{'contents'}[1]{'args'}[0]{'contents'}[0];
-$result_trees{'contents_no_section'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'contents_no_section'}{'contents'}[1]{'args'}[0]{'contents'}[0];
-
-$result_texis{'contents_no_section'} = '\\input texinfo @c -*-texinfo-*-
-
-@setfilename contents_no_section.info
-
-@node Top
-
-@contents
-
-@bye
-
-';
-
-
-$result_texts{'contents_no_section'} = '
-
-
-';
-
-$result_nodes{'contents_no_section'} = {
-  'cmdname' => 'node',
-  'extra' => {
-    'normalized' => 'Top'
-  },
-  'info' => {}
-};
-
-$result_menus{'contents_no_section'} = {
-  'cmdname' => 'node',
-  'extra' => {
-    'normalized' => 'Top'
-  },
-  'info' => {}
-};
-
-$result_errors{'contents_no_section'} = [];
-
-
-$result_floats{'contents_no_section'} = {};
-
-
-1;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]