summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/invalid_nestings/node_in_copying.pl
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/results/invalid_nestings/node_in_copying.pl')
-rw-r--r--macros/texinfo/texinfo/tp/t/results/invalid_nestings/node_in_copying.pl9
1 files changed, 7 insertions, 2 deletions
diff --git a/macros/texinfo/texinfo/tp/t/results/invalid_nestings/node_in_copying.pl b/macros/texinfo/texinfo/tp/t/results/invalid_nestings/node_in_copying.pl
index 8b56797bf1..7e69d8a8bc 100644
--- a/macros/texinfo/texinfo/tp/t/results/invalid_nestings/node_in_copying.pl
+++ b/macros/texinfo/texinfo/tp/t/results/invalid_nestings/node_in_copying.pl
@@ -65,7 +65,9 @@ $result_trees{'node_in_copying'} = {
],
'nodes_manuals' => [
{
- 'node_content' => [],
+ 'node_content' => [
+ {}
+ ],
'normalized' => 'node'
}
],
@@ -90,7 +92,7 @@ $result_trees{'node_in_copying'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'paren
$result_trees{'node_in_copying'}{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'node_in_copying'}{'contents'}[1];
$result_trees{'node_in_copying'}{'contents'}[1]{'contents'}[0]{'parent'} = $result_trees{'node_in_copying'}{'contents'}[1];
$result_trees{'node_in_copying'}{'contents'}[1]{'extra'}{'node_content'}[0] = $result_trees{'node_in_copying'}{'contents'}[1]{'args'}[0]{'contents'}[0];
-$result_trees{'node_in_copying'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'} = $result_trees{'node_in_copying'}{'contents'}[1]{'extra'}{'node_content'};
+$result_trees{'node_in_copying'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0] = $result_trees{'node_in_copying'}{'contents'}[1]{'args'}[0]{'contents'}[0];
$result_trees{'node_in_copying'}{'contents'}[1]{'parent'} = $result_trees{'node_in_copying'};
$result_texis{'node_in_copying'} = '@copying
@@ -142,4 +144,7 @@ $result_errors{'node_in_copying'} = [
];
+$result_floats{'node_in_copying'} = {};
+
+
1;