texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Add missed test result files.


From: Patrice Dumas
Subject: branch master updated: Add missed test result files.
Date: Sat, 11 Mar 2023 05:33:40 -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 7b7f2a3506 Add missed test result files.
7b7f2a3506 is described below

commit 7b7f2a350668c8ab8c2be8698b568cb25a08cb5f
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Mar 11 11:32:13 2023 +0100

    Add missed test result files.
---
 .../empty_line_in_braces_in_math.pl                | 82 +++++++++++++++++++
 .../empty_line_in_braces_in_math_at_begin_line.pl  | 95 ++++++++++++++++++++++
 2 files changed, 177 insertions(+)

diff --git a/tp/t/results/coverage_braces/empty_line_in_braces_in_math.pl 
b/tp/t/results/coverage_braces/empty_line_in_braces_in_math.pl
new file mode 100644
index 0000000000..6bba6e14c3
--- /dev/null
+++ b/tp/t/results/coverage_braces/empty_line_in_braces_in_math.pl
@@ -0,0 +1,82 @@
+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{'empty_line_in_braces_in_math'} = {
+  'contents' => [
+    {
+      'contents' => [
+        {
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'a'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'text' => '{bb
+'
+                        },
+                        {
+                          'text' => '
+',
+                          'type' => 'empty_line'
+                        },
+                        {
+                          'text' => 'c}'
+                        }
+                      ],
+                      'source_info' => {
+                        'file_name' => '',
+                        'line_nr' => 1,
+                        'macro' => ''
+                      },
+                      'type' => 'balanced_braces'
+                    },
+                    {
+                      'text' => 'd'
+                    }
+                  ],
+                  'type' => 'brace_command_context'
+                }
+              ],
+              'cmdname' => 'math',
+              'source_info' => {
+                'file_name' => '',
+                'line_nr' => 1,
+                'macro' => ''
+              }
+            }
+          ],
+          'type' => 'paragraph'
+        }
+      ],
+      'type' => 'before_node_section'
+    }
+  ],
+  'type' => 'document_root'
+};
+
+$result_texis{'empty_line_in_braces_in_math'} = '@math{a{bb
+
+c}d}';
+
+
+$result_texts{'empty_line_in_braces_in_math'} = 'a{bb
+
+c}d';
+
+$result_errors{'empty_line_in_braces_in_math'} = [];
+
+
+$result_floats{'empty_line_in_braces_in_math'} = {};
+
+
+1;
diff --git 
a/tp/t/results/coverage_braces/empty_line_in_braces_in_math_at_begin_line.pl 
b/tp/t/results/coverage_braces/empty_line_in_braces_in_math_at_begin_line.pl
new file mode 100644
index 0000000000..68eadd9209
--- /dev/null
+++ b/tp/t/results/coverage_braces/empty_line_in_braces_in_math_at_begin_line.pl
@@ -0,0 +1,95 @@
+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{'empty_line_in_braces_in_math_at_begin_line'} = {
+  'contents' => [
+    {
+      'contents' => [
+        {
+          'contents' => [
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'text' => 'a
+'
+                    },
+                    {
+                      'text' => '
+',
+                      'type' => 'empty_line'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'text' => '{b
+'
+                        },
+                        {
+                          'text' => '
+',
+                          'type' => 'empty_line'
+                        },
+                        {
+                          'text' => '}'
+                        }
+                      ],
+                      'source_info' => {
+                        'file_name' => '',
+                        'line_nr' => 3,
+                        'macro' => ''
+                      },
+                      'type' => 'balanced_braces'
+                    },
+                    {
+                      'text' => ' c
+'
+                    }
+                  ],
+                  'type' => 'brace_command_context'
+                }
+              ],
+              'cmdname' => 'math',
+              'source_info' => {
+                'file_name' => '',
+                'line_nr' => 1,
+                'macro' => ''
+              }
+            }
+          ],
+          'type' => 'paragraph'
+        }
+      ],
+      'type' => 'before_node_section'
+    }
+  ],
+  'type' => 'document_root'
+};
+
+$result_texis{'empty_line_in_braces_in_math_at_begin_line'} = '@math{a
+
+{b
+
+} c
+}';
+
+
+$result_texts{'empty_line_in_braces_in_math_at_begin_line'} = 'a
+
+{b
+
+} c
+';
+
+$result_errors{'empty_line_in_braces_in_math_at_begin_line'} = [];
+
+
+$result_floats{'empty_line_in_braces_in_math_at_begin_line'} = {};
+
+
+1;



reply via email to

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