summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/macro/protect_in_body.pl
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/results/macro/protect_in_body.pl')
-rw-r--r--macros/texinfo/texinfo/tp/t/results/macro/protect_in_body.pl17
1 files changed, 13 insertions, 4 deletions
diff --git a/macros/texinfo/texinfo/tp/t/results/macro/protect_in_body.pl b/macros/texinfo/texinfo/tp/t/results/macro/protect_in_body.pl
index df11d0caa8..c5ae82772e 100644
--- a/macros/texinfo/texinfo/tp/t/results/macro/protect_in_body.pl
+++ b/macros/texinfo/texinfo/tp/t/results/macro/protect_in_body.pl
@@ -101,7 +101,11 @@ $result_trees{'protect_in_body'} = {
],
'cmdname' => 'emph',
'contents' => [],
- 'line_nr' => {},
+ 'line_nr' => {
+ 'file_name' => '',
+ 'line_nr' => 5,
+ 'macro' => 'macroone'
+ },
'parent' => {}
},
{
@@ -123,7 +127,11 @@ $result_trees{'protect_in_body'} = {
],
'cmdname' => 'emph',
'contents' => [],
- 'line_nr' => {},
+ 'line_nr' => {
+ 'file_name' => '',
+ 'line_nr' => 5,
+ 'macro' => 'macroone'
+ },
'parent' => {}
},
{
@@ -151,12 +159,10 @@ $result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[1]{'args'}[0]{'conte
$result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'args'}[0]{'parent'} = $result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0];
$result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[1]{'args'}[0];
$result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[1];
-$result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[1]{'line_nr'} = $result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'line_nr'};
$result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[1]{'parent'} = $result_trees{'protect_in_body'}{'contents'}[3];
$result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[2]{'parent'} = $result_trees{'protect_in_body'}{'contents'}[3];
$result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[3]{'args'}[0];
$result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[3]{'args'}[0]{'parent'} = $result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[3];
-$result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[3]{'line_nr'} = $result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'line_nr'};
$result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[3]{'parent'} = $result_trees{'protect_in_body'}{'contents'}[3];
$result_trees{'protect_in_body'}{'contents'}[3]{'contents'}[4]{'parent'} = $result_trees{'protect_in_body'}{'contents'}[3];
$result_trees{'protect_in_body'}{'contents'}[3]{'parent'} = $result_trees{'protect_in_body'};
@@ -176,4 +182,7 @@ the result: f\\irst arg protected \\ -> \\arg1\\ second arg after macro.
$result_errors{'protect_in_body'} = [];
+$result_floats{'protect_in_body'} = {};
+
+
1;