summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/coverage_braces/empty_line_in_math.pl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-07-04 03:01:24 +0000
committerNorbert Preining <norbert@preining.info>2021-07-04 03:01:24 +0000
commit7994f86ec5e18f9d0d9f90161a2f26dd26d26af7 (patch)
tree88edb7d1a1aed3183a1350202c898716b4ac59ce /macros/texinfo/texinfo/tp/t/results/coverage_braces/empty_line_in_math.pl
parent03fa062b03ce2bb5385f8f30888f94d441fa5cb4 (diff)
CTAN sync 202107040301
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/results/coverage_braces/empty_line_in_math.pl')
-rw-r--r--macros/texinfo/texinfo/tp/t/results/coverage_braces/empty_line_in_math.pl74
1 files changed, 74 insertions, 0 deletions
diff --git a/macros/texinfo/texinfo/tp/t/results/coverage_braces/empty_line_in_math.pl b/macros/texinfo/texinfo/tp/t/results/coverage_braces/empty_line_in_math.pl
new file mode 100644
index 0000000000..65da54891f
--- /dev/null
+++ b/macros/texinfo/texinfo/tp/t/results/coverage_braces/empty_line_in_math.pl
@@ -0,0 +1,74 @@
+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);
+
+use utf8;
+
+$result_trees{'empty_line_in_math'} = {
+ 'contents' => [
+ {
+ 'contents' => [
+ {
+ 'args' => [
+ {
+ 'contents' => [
+ {
+ 'parent' => {},
+ 'text' => 'a
+'
+ },
+ {
+ 'parent' => {},
+ 'text' => '
+',
+ 'type' => 'empty_line'
+ },
+ {
+ 'parent' => {},
+ 'text' => 'b'
+ }
+ ],
+ 'parent' => {},
+ 'type' => 'brace_command_context'
+ }
+ ],
+ 'cmdname' => 'math',
+ 'contents' => [],
+ 'line_nr' => {
+ 'file_name' => '',
+ 'line_nr' => 1,
+ 'macro' => ''
+ },
+ 'parent' => {}
+ }
+ ],
+ 'parent' => {},
+ 'type' => 'paragraph'
+ }
+ ],
+ 'type' => 'text_root'
+};
+$result_trees{'empty_line_in_math'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'empty_line_in_math'}{'contents'}[0]{'contents'}[0]{'args'}[0];
+$result_trees{'empty_line_in_math'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'empty_line_in_math'}{'contents'}[0]{'contents'}[0]{'args'}[0];
+$result_trees{'empty_line_in_math'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'empty_line_in_math'}{'contents'}[0]{'contents'}[0]{'args'}[0];
+$result_trees{'empty_line_in_math'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'parent'} = $result_trees{'empty_line_in_math'}{'contents'}[0]{'contents'}[0];
+$result_trees{'empty_line_in_math'}{'contents'}[0]{'contents'}[0]{'parent'} = $result_trees{'empty_line_in_math'}{'contents'}[0];
+$result_trees{'empty_line_in_math'}{'contents'}[0]{'parent'} = $result_trees{'empty_line_in_math'};
+
+$result_texis{'empty_line_in_math'} = '@math{a
+
+b}';
+
+
+$result_texts{'empty_line_in_math'} = 'a
+
+b';
+
+$result_errors{'empty_line_in_math'} = [];
+
+
+$result_floats{'empty_line_in_math'} = {};
+
+
+1;