texinfo-commits
[Top][All Lists]
Advanced

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

[8285] move tests under t


From: gavinsmith0123
Subject: [8285] move tests under t
Date: Sat, 13 Oct 2018 13:01:25 -0400 (EDT)

Revision: 8285
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8285
Author:   gavin
Date:     2018-10-13 13:01:25 -0400 (Sat, 13 Oct 2018)
Log Message:
-----------
move tests under t

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/t/92formatting.t
    trunk/tp/tests/formatting/list-of-tests

Added Paths:
-----------
    trunk/tp/t/input_files/float_copying.texi
    trunk/tp/t/input_files/simplest.texi
    trunk/tp/t/results/formatting/float_copying/
    trunk/tp/t/results/formatting/float_copying/res_html/
    trunk/tp/t/results/formatting/float_copying/res_html/Copying-and-floats.html
    
trunk/tp/t/results/formatting/float_copying/res_html/caption-copying-footnote-anchor.html
    trunk/tp/t/results/formatting/float_copying/res_html/float_copying_abt.html
    trunk/tp/t/results/formatting/float_copying/res_html/float_copying_fot.html
    trunk/tp/t/results/formatting/float_copying/res_html/index.html
    
trunk/tp/t/results/formatting/float_copying/res_html/public-domain-anchor.html
    trunk/tp/t/results/formatting/float_copying/res_html/public-domain.html
    trunk/tp/t/results/formatting/float_copying.pl
    trunk/tp/t/results/formatting/simplest_test_date_in_header/
    trunk/tp/t/results/formatting/simplest_test_date_in_header/res_html/
    
trunk/tp/t/results/formatting/simplest_test_date_in_header/res_html/simplest.html
    trunk/tp/t/results/formatting/simplest_test_date_in_header.pl
    trunk/tp/t/results/formatting/simplest_test_prefix/
    trunk/tp/t/results/formatting/simplest_test_prefix/res_html/
    trunk/tp/t/results/formatting/simplest_test_prefix/res_html/truc.html
    trunk/tp/t/results/formatting/simplest_test_prefix.pl
    trunk/tp/t/results/formatting/simplest_test_prefix_info/
    trunk/tp/t/results/formatting/simplest_test_prefix_info/res_info/
    trunk/tp/t/results/formatting/simplest_test_prefix_info/res_info/truc.info
    trunk/tp/t/results/formatting/simplest_test_prefix_info.pl

Removed Paths:
-------------
    trunk/tp/tests/formatting/float_copying.texi

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-10-13 16:44:28 UTC (rev 8284)
+++ trunk/ChangeLog     2018-10-13 17:01:25 UTC (rev 8285)
@@ -1,6 +1,14 @@
 2018-10-13  Gavin Smith  <address@hidden>
 
        * tp/tests/formatting/list-of-tests
+       (simplest_test_prefix, simplest_test_prefix_info)
+       (simplest_test_date_in_header, float_copying):
+       Remove.
+       * tp/t/92formatting.t: Add the same tests here.
+
+2018-10-13  Gavin Smith  <address@hidden>
+
+       * tp/tests/formatting/list-of-tests
        (split_nocopying, split_nocopying_split): Remove.
        * tp/t/92formatting.t
        (split_nocopying, split_nocopying_split): Add.

Modified: trunk/tp/t/92formatting.t
===================================================================
--- trunk/tp/t/92formatting.t   2018-10-13 16:44:28 UTC (rev 8284)
+++ trunk/tp/t/92formatting.t   2018-10-13 17:01:25 UTC (rev 8285)
@@ -113,6 +113,34 @@
   },
   {'SPLIT_SIZE' => 10}
 ],
+['simplest_test_prefix',
+  undef,
+  {'test_file' => 'simplest.texi',
+   'test_formats' => ['file_html']
+  },
+  {'PREFIX' => 'truc'}
+],
+['simplest_test_prefix_info',
+  undef,
+  {'test_file' => 'simplest.texi',
+   'test_formats' => ['file_info']
+  },
+  {'PREFIX' => 'truc'}
+],
+['simplest_test_date_in_header',
+  undef,
+  {'test_file' => 'simplest.texi',
+   'test_formats' => ['file_html']
+  },
+  {'DATE_IN_HEADER' => 1}
+],
+['float_copying',
+  undef,
+  {'test_file' => 'float_copying.texi',
+   'test_formats' => ['file_html']
+  },
+  {'SPLIT' => 'chapter'}
+],
 
 );
 

Copied: trunk/tp/t/input_files/float_copying.texi (from rev 8255, 
trunk/tp/tests/formatting/float_copying.texi)
===================================================================
--- trunk/tp/t/input_files/float_copying.texi                           (rev 0)
+++ trunk/tp/t/input_files/float_copying.texi   2018-10-13 17:01:25 UTC (rev 
8285)
@@ -0,0 +1,67 @@
+\input texinfo @c -*-texinfo-*-
+
address@hidden float_copying.info
+
address@hidden 
+
address@hidden Copyright notice, public domain
+
+Public domain is not really a licence, as it means than 
+the author abandon his copyright.
+
address@hidden Public Domain address@hidden
+The caption copying footnote
address@hidden copying footnote anchor}
+
address@hidden indexed caption copying footnote
address@hidden public domain function
+
+see @ref{Copying and floats}.
+
+}
+
address@hidden domain anchor}
address@hidden indexed caption
address@hidden indexed caption function
+}
address@hidden float
address@hidden copying
+
address@hidden Top
address@hidden Top
+
address@hidden Top
+
+See the caption @ref{public domain anchor}.
+
+See the float @ref{public domain}.
+
address@hidden
+
address@hidden
+* Copying and floats::
address@hidden menu
+
address@hidden Copying and floats
address@hidden Copying and floats
+
+In the appendix, we print the references and the copying once more
+and the list of coyright notices (listoffloats).
+
+See the caption @ref{public domain anchor}.
+
+See the float @ref{public domain}.
+
address@hidden listofloats
+
address@hidden
address@hidden
+
address@hidden listoffloats
address@hidden Copyright notice
+
address@hidden printindex
address@hidden cp
address@hidden fn
+
address@hidden

Copied: trunk/tp/t/input_files/simplest.texi (from rev 8255, 
trunk/tp/tests/formatting/simplest.texi)
===================================================================
--- trunk/tp/t/input_files/simplest.texi                                (rev 0)
+++ trunk/tp/t/input_files/simplest.texi        2018-10-13 17:01:25 UTC (rev 
8285)
@@ -0,0 +1,9 @@
+\input texinfo @c -*-texinfo-*-
+
address@hidden simplest.info
+
address@hidden Top
+
+This is a very simple texi manual @  <>.
+
address@hidden

Added: 
trunk/tp/t/results/formatting/float_copying/res_html/Copying-and-floats.html
===================================================================
--- 
trunk/tp/t/results/formatting/float_copying/res_html/Copying-and-floats.html    
                            (rev 0)
+++ 
trunk/tp/t/results/formatting/float_copying/res_html/Copying-and-floats.html    
    2018-10-13 17:01:25 UTC (rev 8285)
@@ -0,0 +1,181 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<!-- 
+Copyright notice, public domain
+
+Public domain is not really a licence, as it means than 
+the author abandon his copyright.
+ -->
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Appendix A Copying and floats (Top)</title>
+
+<meta name="description" content="Appendix A Copying and floats (Top)">
+<meta name="keywords" content="Appendix A Copying and floats (Top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="texi2any">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Copying-and-floats"></a>
+<table class="header" cellpadding="1" cellspacing="1" border="0">
+<tr><td valign="middle" align="left">[<a href="index.html#Top" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
+<td valign="middle" align="left">[<a href="index.html#Top" title="Previous 
section in reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="index.html#Top" title="Up section"> 
Up </a>]</td>
+<td valign="middle" align="left">[ &gt; ]</td>
+<td valign="middle" align="left">[ &gt;&gt; ]</td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left">[<a href="index.html#Top" title="Cover (top) 
of document">Top</a>]</td>
+<td valign="middle" align="left">[Contents]</td>
+<td valign="middle" align="left">[<a href="#Copying-and-floats" 
title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="float_copying_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
+</tr></table>
+<a name="Copying-and-floats-1"></a>
+<h1 class="appendix">Appendix A Copying and floats</h1>
+
+<p>In the appendix, we print the references and the copying once more
+and the list of coyright notices (listoffloats).
+</p>
+<p>See the caption <a href="index.html#public-domain-anchor">public domain 
anchor</a>.
+</p>
+<p>See the float <a href="index.html#public-domain">Copyright notice 1</a>.
+</p>
+<a name="index-listofloats"></a>
+
+
+<div class="float"><a name="public-domain"></a>
+
+<p>Public domain is not really a licence, as it means than 
+the author abandon his copyright.
+</p>
+<div class="float-caption"><p><strong>Copyright notice 1: </strong>The Public 
Domain notice<a name="DOCF1_2" 
href="float_copying_fot.html#FOOT1_2"><sup>2</sup></a>
+</p>
+<a name="public-domain-anchor"></a><a name="index-copying-indexed-caption"></a>
+<a name="index-copying-indexed-caption-function"></a>
+</div></div>
+
+<div class="float"><a name="public-domain"></a>
+
+<p>Public domain is not really a licence, as it means than 
+the author abandon his copyright.
+</p>
+<div class="float-caption"><p><strong>Copyright notice 1: </strong>The Public 
Domain notice<a name="DOCF1_3" 
href="float_copying_fot.html#FOOT1_3"><sup>3</sup></a>
+</p>
+<a name="public-domain-anchor"></a><a name="index-copying-indexed-caption"></a>
+<a name="index-copying-indexed-caption-function"></a>
+</div></div>
+
+<a name="listoffloats"></a>
+<h3 class="subheading">listoffloats</h3>
+<dl class="listoffloats">
+<dt><a href="index.html#public-domain">Copyright notice 1</a></dt><dd><p>The 
Public Domain notice<a name="t_hlistoffloats_DOCF1_4" 
href="float_copying_fot.html#t_hlistoffloats_FOOT1_4"><sup>4</sup></a>
+</p>
+</dd>
+</dl>
+
+<a name="printindex"></a>
+<h3 class="subheading">printindex</h3>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#Copying-and-floats-1_cp_letter-I"><b>I</b></a>
+ &nbsp; 
+<a class="summary-letter" href="#Copying-and-floats-1_cp_letter-L"><b>L</b></a>
+ &nbsp; 
+<a class="summary-letter" href="#Copying-and-floats-1_cp_letter-T"><b>T</b></a>
+ &nbsp; 
+</td></tr></table>
+<table class="index-cp" border="0">
+<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> 
Section</th></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a 
name="Copying-and-floats-1_cp_letter-I">I</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a 
href="index.html#index-copying-indexed-caption">indexed 
caption</a></td><td>&nbsp;</td><td valign="top"><a 
href="index.html#Top">Top</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="float_copying_fot.html#index-copying-indexed-caption-copying-footnote">indexed
 caption copying footnote</a></td><td>&nbsp;</td><td valign="top"><a 
href="index.html#Top">Top</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a 
name="Copying-and-floats-1_cp_letter-L">L</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-listofloats">listofloats</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Copying-and-floats">Appendix A Copying and 
floats</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a 
name="Copying-and-floats-1_cp_letter-T">T</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a 
href="index.html#index-Top">Top</a></td><td>&nbsp;</td><td valign="top"><a 
href="index.html#Top">Top</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+</table>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#Copying-and-floats-1_cp_letter-I"><b>I</b></a>
+ &nbsp; 
+<a class="summary-letter" href="#Copying-and-floats-1_cp_letter-L"><b>L</b></a>
+ &nbsp; 
+<a class="summary-letter" href="#Copying-and-floats-1_cp_letter-T"><b>T</b></a>
+ &nbsp; 
+</td></tr></table>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#Copying-and-floats-1_fn_letter-I"><b>I</b></a>
+ &nbsp; 
+<a class="summary-letter" href="#Copying-and-floats-1_fn_letter-P"><b>P</b></a>
+ &nbsp; 
+</td></tr></table>
+<table class="index-fn" border="0">
+<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> 
Section</th></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a 
name="Copying-and-floats-1_fn_letter-I">I</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a 
href="index.html#index-copying-indexed-caption-function"><code>indexed caption 
function</code></a></td><td>&nbsp;</td><td valign="top"><a 
href="index.html#Top">Top</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th><a 
name="Copying-and-floats-1_fn_letter-P">P</a></th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a 
href="float_copying_fot.html#index-copying-public-domain-function"><code>public 
domain function</code></a></td><td>&nbsp;</td><td valign="top"><a 
href="index.html#Top">Top</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+</table>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#Copying-and-floats-1_fn_letter-I"><b>I</b></a>
+ &nbsp; 
+<a class="summary-letter" href="#Copying-and-floats-1_fn_letter-P"><b>P</b></a>
+ &nbsp; 
+</td></tr></table>
+
+<hr>
+<table class="header" cellpadding="1" cellspacing="1" border="0">
+<tr><td valign="middle" align="left">[<a href="index.html#Top" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
+<td valign="middle" align="left">[ &gt;&gt; ]</td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left">[<a href="index.html#Top" title="Cover (top) 
of document">Top</a>]</td>
+<td valign="middle" align="left">[Contents]</td>
+<td valign="middle" align="left">[<a href="#Copying-and-floats" 
title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="float_copying_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
+</tr></table>
+<p><font size="-1">
+  This document was generated on <em>a sunny day</em> using <a 
href="http://www.gnu.org/software/texinfo/";><em>texi2any</em></a>.
+</font></p>
+
+
+</body>
+</html>

Added: 
trunk/tp/t/results/formatting/float_copying/res_html/caption-copying-footnote-anchor.html
===================================================================
--- 
trunk/tp/t/results/formatting/float_copying/res_html/caption-copying-footnote-anchor.html
                           (rev 0)
+++ 
trunk/tp/t/results/formatting/float_copying/res_html/caption-copying-footnote-anchor.html
   2018-10-13 17:01:25 UTC (rev 8285)
@@ -0,0 +1,55 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<!-- 
+Copyright notice, public domain
+
+Public domain is not really a licence, as it means than 
+the author abandon his copyright.
+ -->
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>caption copying footnote anchor (Top)</title>
+
+<meta name="description" content="caption copying footnote anchor (Top)">
+<meta name="keywords" content="caption copying footnote anchor (Top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="texi2any">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; 
url=float_copying_fot.html#caption-copying-footnote-anchor">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a 
href="float_copying_fot.html#caption-copying-footnote-anchor">caption copying 
footnote anchor</a>.</p>
+</body>

Added: 
trunk/tp/t/results/formatting/float_copying/res_html/float_copying_abt.html
===================================================================
--- trunk/tp/t/results/formatting/float_copying/res_html/float_copying_abt.html 
                        (rev 0)
+++ trunk/tp/t/results/formatting/float_copying/res_html/float_copying_abt.html 
2018-10-13 17:01:25 UTC (rev 8285)
@@ -0,0 +1,173 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<!-- 
+Copyright notice, public domain
+
+Public domain is not really a licence, as it means than 
+the author abandon his copyright.
+ -->
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>About This Document (Top)</title>
+
+<meta name="description" content="About This Document (Top)">
+<meta name="keywords" content="About This Document (Top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="texi2any">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="SEC_About"></a>
+<table class="header" cellpadding="1" cellspacing="1" border="0">
+<tr><td valign="middle" align="left">[<a href="index.html#Top" title="Cover 
(top) of document">Top</a>]</td>
+<td valign="middle" align="left">[Contents]</td>
+<td valign="middle" align="left">[<a 
href="Copying-and-floats.html#Copying-and-floats" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
+</tr></table>
+<h1 class="about-heading">About This Document</h1>
+
+<p>
+  This document was generated on <em>a sunny day</em> using <a 
href="http://www.gnu.org/software/texinfo/";><em>texi2any</em></a>.
+</p>
+<p>
+  The buttons in the navigation panels have the following meaning:
+</p>
+<table border="1">
+  <tr>
+    <th> Button </th>
+    <th> Name </th>
+    <th> Go to </th>
+    <th> From 1.2.3 go to</th>
+  </tr>
+  <tr>
+    <td align="center"> [ &lt;&lt; ] </td>
+    <td align="center">FastBack</td>
+    <td>Beginning of this chapter or previous chapter</td>
+    <td>1</td>
+  </tr>
+  <tr>
+    <td align="center"> [ &lt; ] </td>
+    <td align="center">Back</td>
+    <td>Previous section in reading order</td>
+    <td>1.2.2</td>
+  </tr>
+  <tr>
+    <td align="center"> [ Up ] </td>
+    <td align="center">Up</td>
+    <td>Up section</td>
+    <td>1.2</td>
+  </tr>
+  <tr>
+    <td align="center"> [ &gt; ] </td>
+    <td align="center">Forward</td>
+    <td>Next section in reading order</td>
+    <td>1.2.4</td>
+  </tr>
+  <tr>
+    <td align="center"> [ &gt;&gt; ] </td>
+    <td align="center">FastForward</td>
+    <td>Next chapter</td>
+    <td>2</td>
+  </tr>
+  <tr>
+    <td align="center"> [Top] </td>
+    <td align="center">Top</td>
+    <td>Cover (top) of document</td>
+    <td> &nbsp; </td>
+  </tr>
+  <tr>
+    <td align="center"> [Contents] </td>
+    <td align="center">Contents</td>
+    <td>Table of contents</td>
+    <td> &nbsp; </td>
+  </tr>
+  <tr>
+    <td align="center"> [Index] </td>
+    <td align="center">Index</td>
+    <td>Index</td>
+    <td> &nbsp; </td>
+  </tr>
+  <tr>
+    <td align="center"> [ ? ] </td>
+    <td align="center">About</td>
+    <td>About (help)</td>
+    <td> &nbsp; </td>
+  </tr>
+</table>
+
+<p>
+  where the <strong> Example </strong> assumes that the current position is at 
<strong> Subsubsection One-Two-Three </strong> of a document of the following 
structure:
+</p>
+
+<ul>
+  <li> 1. Section One
+    <ul>
+      <li>1.1 Subsection One-One
+        <ul>
+          <li>...</li>
+        </ul>
+      </li>
+      <li>1.2 Subsection One-Two
+        <ul>
+          <li>1.2.1 Subsubsection One-Two-One</li>
+          <li>1.2.2 Subsubsection One-Two-Two</li>
+          <li>1.2.3 Subsubsection One-Two-Three &nbsp; &nbsp;
+            <strong>&lt;== Current Position </strong></li>
+          <li>1.2.4 Subsubsection One-Two-Four</li>
+        </ul>
+      </li>
+      <li>1.3 Subsection One-Three
+        <ul>
+          <li>...</li>
+        </ul>
+      </li>
+      <li>1.4 Subsection One-Four</li>
+    </ul>
+  </li>
+</ul>
+
+<hr>
+<table class="header" cellpadding="1" cellspacing="1" border="0">
+<tr><td valign="middle" align="left">[<a href="index.html#Top" title="Cover 
(top) of document">Top</a>]</td>
+<td valign="middle" align="left">[Contents]</td>
+<td valign="middle" align="left">[<a 
href="Copying-and-floats.html#Copying-and-floats" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
+</tr></table>
+<p><font size="-1">
+  This document was generated on <em>a sunny day</em> using <a 
href="http://www.gnu.org/software/texinfo/";><em>texi2any</em></a>.
+</font></p>
+
+
+</body>
+</html>

Added: 
trunk/tp/t/results/formatting/float_copying/res_html/float_copying_fot.html
===================================================================
--- trunk/tp/t/results/formatting/float_copying/res_html/float_copying_fot.html 
                        (rev 0)
+++ trunk/tp/t/results/formatting/float_copying/res_html/float_copying_fot.html 
2018-10-13 17:01:25 UTC (rev 8285)
@@ -0,0 +1,103 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<!-- 
+Copyright notice, public domain
+
+Public domain is not really a licence, as it means than 
+the author abandon his copyright.
+ -->
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Footnotes (Top)</title>
+
+<meta name="description" content="Footnotes (Top)">
+<meta name="keywords" content="Footnotes (Top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="texi2any">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="SEC_Foot"></a>
+<table class="header" cellpadding="1" cellspacing="1" border="0">
+<tr><td valign="middle" align="left">[<a href="index.html#Top" title="Cover 
(top) of document">Top</a>]</td>
+<td valign="middle" align="left">[Contents]</td>
+<td valign="middle" align="left">[<a 
href="Copying-and-floats.html#Copying-and-floats" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="float_copying_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="footnotes-heading">Footnotes</h1>
+
+<h3><a name="FOOT1" href="index.html#DOCF1">(1)</a></h3>
+<p>The caption copying footnote
+<a name="caption-copying-footnote-anchor"></a></p>
+<a name="index-copying-indexed-caption-copying-footnote"></a>
+<a name="index-copying-public-domain-function"></a>
+
+<p>see <a href="Copying-and-floats.html#Copying-and-floats">Copying and 
floats</a>.
+</p>
+<h3><a name="FOOT1_2" href="Copying-and-floats.html#DOCF1_2">(2)</a></h3>
+<p>The caption copying footnote
+<a name="caption-copying-footnote-anchor"></a></p>
+<a name="index-copying-indexed-caption-copying-footnote"></a>
+<a name="index-copying-public-domain-function"></a>
+
+<p>see <a href="#Copying-and-floats">Copying and floats</a>.
+</p>
+<h3><a name="FOOT1_3" href="Copying-and-floats.html#DOCF1_3">(3)</a></h3>
+<p>The caption copying footnote
+<a name="caption-copying-footnote-anchor"></a></p>
+<a name="index-copying-indexed-caption-copying-footnote"></a>
+<a name="index-copying-public-domain-function"></a>
+
+<p>see <a href="#Copying-and-floats">Copying and floats</a>.
+</p>
+<h3><a name="t_hlistoffloats_FOOT1_4" 
href="Copying-and-floats.html#t_hlistoffloats_DOCF1_4">(4)</a></h3>
+<p>The caption copying footnote
+</p>
+
+<p>see <a href="#Copying-and-floats">Copying and floats</a>.
+</p>
+<hr>
+<table class="header" cellpadding="1" cellspacing="1" border="0">
+<tr><td valign="middle" align="left">[<a href="index.html#Top" title="Cover 
(top) of document">Top</a>]</td>
+<td valign="middle" align="left">[Contents]</td>
+<td valign="middle" align="left">[<a 
href="Copying-and-floats.html#Copying-and-floats" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="float_copying_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
+</tr></table>
+<p><font size="-1">
+  This document was generated on <em>a sunny day</em> using <a 
href="http://www.gnu.org/software/texinfo/";><em>texi2any</em></a>.
+</font></p>
+
+
+</body>
+</html>

Added: trunk/tp/t/results/formatting/float_copying/res_html/index.html
===================================================================
--- trunk/tp/t/results/formatting/float_copying/res_html/index.html             
                (rev 0)
+++ trunk/tp/t/results/formatting/float_copying/res_html/index.html     
2018-10-13 17:01:25 UTC (rev 8285)
@@ -0,0 +1,103 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<!-- 
+Copyright notice, public domain
+
+Public domain is not really a licence, as it means than 
+the author abandon his copyright.
+ -->
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Top</title>
+
+<meta name="description" content="Top">
+<meta name="keywords" content="Top">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="texi2any">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+
+
+<a name="Top"></a>
+<table class="header" cellpadding="1" cellspacing="1" border="0">
+<tr><td valign="middle" align="left">[ &lt; ]</td>
+<td valign="middle" align="left">[<a 
href="Copying-and-floats.html#Copying-and-floats" title="Next section in 
reading order"> &gt; </a>]</td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left">[Contents]</td>
+<td valign="middle" align="left">[<a 
href="Copying-and-floats.html#Copying-and-floats" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="float_copying_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
+</tr></table>
+<a name="Top-1"></a>
+<h1 class="top">Top</h1>
+
+<a name="index-Top"></a>
+
+<p>See the caption <a href="#public-domain-anchor">public domain anchor</a>.
+</p>
+<p>See the float <a href="#public-domain">Copyright notice 1</a>.
+</p>
+
+<div class="float"><a name="public-domain"></a>
+
+<p>Public domain is not really a licence, as it means than 
+the author abandon his copyright.
+</p>
+<div class="float-caption"><p><strong>Copyright notice 1: </strong>The Public 
Domain notice<a name="DOCF1" 
href="float_copying_fot.html#FOOT1"><sup>1</sup></a>
+</p>
+<a name="public-domain-anchor"></a><a name="index-copying-indexed-caption"></a>
+<a name="index-copying-indexed-caption-function"></a>
+</div></div>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td align="left" valign="top"><a 
href="Copying-and-floats.html#Copying-and-floats">Appendix A Copying and 
floats</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+</td></tr>
+</table>
+
+<hr>
+<table class="header" cellpadding="1" cellspacing="1" border="0">
+<tr><td valign="middle" align="left">[ &lt; ]</td>
+<td valign="middle" align="left">[<a 
href="Copying-and-floats.html#Copying-and-floats" title="Next section in 
reading order"> &gt; </a>]</td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left">[Contents]</td>
+<td valign="middle" align="left">[<a 
href="Copying-and-floats.html#Copying-and-floats" title="Index">Index</a>]</td>
+<td valign="middle" align="left">[<a href="float_copying_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
+</tr></table>
+<p><font size="-1">
+  This document was generated on <em>a sunny day</em> using <a 
href="http://www.gnu.org/software/texinfo/";><em>texi2any</em></a>.
+</font></p>
+
+
+</body>
+</html>

Added: 
trunk/tp/t/results/formatting/float_copying/res_html/public-domain-anchor.html
===================================================================
--- 
trunk/tp/t/results/formatting/float_copying/res_html/public-domain-anchor.html  
                            (rev 0)
+++ 
trunk/tp/t/results/formatting/float_copying/res_html/public-domain-anchor.html  
    2018-10-13 17:01:25 UTC (rev 8285)
@@ -0,0 +1,55 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<!-- 
+Copyright notice, public domain
+
+Public domain is not really a licence, as it means than 
+the author abandon his copyright.
+ -->
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>public domain anchor (Top)</title>
+
+<meta name="description" content="public domain anchor (Top)">
+<meta name="keywords" content="public domain anchor (Top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="texi2any">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=index.html#public-domain-anchor">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a 
href="index.html#public-domain-anchor">public domain anchor</a>.</p>
+</body>

Added: trunk/tp/t/results/formatting/float_copying/res_html/public-domain.html
===================================================================
--- trunk/tp/t/results/formatting/float_copying/res_html/public-domain.html     
                        (rev 0)
+++ trunk/tp/t/results/formatting/float_copying/res_html/public-domain.html     
2018-10-13 17:01:25 UTC (rev 8285)
@@ -0,0 +1,55 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<!-- 
+Copyright notice, public domain
+
+Public domain is not really a licence, as it means than 
+the author abandon his copyright.
+ -->
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<!-- This file redirects to the location of a node or anchor -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Copyright notice 1 (Top)</title>
+
+<meta name="description" content="Copyright notice 1 (Top)">
+<meta name="keywords" content="Copyright notice 1 (Top)">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="texi2any">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+<meta http-equiv="Refresh" content="0; url=index.html#public-domain">
+
+</head>
+
+<body lang="en">
+
+<p>The node you are looking for is at <a 
href="index.html#public-domain">Copyright notice 1</a>.</p>
+</body>

Added: trunk/tp/t/results/formatting/float_copying.pl
===================================================================
--- trunk/tp/t/results/formatting/float_copying.pl                              
(rev 0)
+++ trunk/tp/t/results/formatting/float_copying.pl      2018-10-13 17:01:25 UTC 
(rev 8285)
@@ -0,0 +1,1949 @@
+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{'float_copying'} = {
+  'contents' => [
+    {
+      'contents' => [
+        {
+          'contents' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => '\\input texinfo @c -*-texinfo-*-
+',
+                  'type' => 'preamble_text'
+                },
+                {
+                  'parent' => {},
+                  'text' => '
+',
+                  'type' => 'preamble_text'
+                }
+              ],
+              'parent' => {},
+              'type' => 'preamble'
+            }
+          ],
+          'parent' => {},
+          'type' => 'preamble_before_setfilename'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => 'float_copying.info'
+                }
+              ],
+              'extra' => {
+                'spaces_after_argument' => '
+'
+              },
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'setfilename',
+          'extra' => {
+            'spaces_before_argument' => ' ',
+            'text_arg' => 'float_copying.info'
+          },
+          'line_nr' => {
+            'file_name' => 'float_copying.texi',
+            'line_nr' => 3,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'cmdname' => 'copying',
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' 
+',
+              'type' => 'empty_line_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'empty_line'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'Copyright notice'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'block_line_arg'
+                },
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'public domain'
+                    }
+                  ],
+                  'extra' => {
+                    'spaces_after_argument' => '
+',
+                    'spaces_before_argument' => ' '
+                  },
+                  'parent' => {},
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'float',
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'Public domain is not really a licence, as it 
means than 
+'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => 'the author abandon his copyright.
+'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'paragraph'
+                },
+                {
+                  'parent' => {},
+                  'text' => '
+',
+                  'type' => 'empty_line'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'contents' => [
+                            {
+                              'parent' => {},
+                              'text' => 'The Public Domain notice'
+                            },
+                            {
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'contents' => [
+                                        {
+                                          'parent' => {},
+                                          'text' => 'The caption copying 
footnote
+'
+                                        },
+                                        {
+                                          'args' => [
+                                            {
+                                              'contents' => [
+                                                {
+                                                  'parent' => {},
+                                                  'text' => 'caption copying 
footnote anchor'
+                                                }
+                                              ],
+                                              'extra' => {
+                                                'region' => {}
+                                              },
+                                              'parent' => {},
+                                              'type' => 'brace_command_arg'
+                                            }
+                                          ],
+                                          'cmdname' => 'anchor',
+                                          'contents' => [],
+                                          'extra' => {
+                                            'node_content' => [
+                                              {}
+                                            ],
+                                            'normalized' => 
'caption-copying-footnote-anchor'
+                                          },
+                                          'line_nr' => {
+                                            'file_name' => 
'float_copying.texi',
+                                            'line_nr' => 14,
+                                            'macro' => ''
+                                          },
+                                          'parent' => {}
+                                        },
+                                        {
+                                          'parent' => {},
+                                          'text' => '
+',
+                                          'type' => 
'empty_spaces_after_close_brace'
+                                        }
+                                      ],
+                                      'parent' => {},
+                                      'type' => 'paragraph'
+                                    },
+                                    {
+                                      'parent' => {},
+                                      'text' => '
+',
+                                      'type' => 'empty_line'
+                                    },
+                                    {
+                                      'args' => [
+                                        {
+                                          'contents' => [
+                                            {
+                                              'parent' => {},
+                                              'text' => 'indexed caption 
copying footnote'
+                                            }
+                                          ],
+                                          'extra' => {
+                                            'spaces_after_argument' => '
+'
+                                          },
+                                          'parent' => {},
+                                          'type' => 'misc_line_arg'
+                                        }
+                                      ],
+                                      'cmdname' => 'cindex',
+                                      'extra' => {
+                                        'index_entry' => {
+                                          'command' => {},
+                                          'content' => [],
+                                          'content_normalized' => [],
+                                          'in_code' => 0,
+                                          'index_at_command' => 'cindex',
+                                          'index_name' => 'cp',
+                                          'index_type_command' => 'cindex',
+                                          'key' => 'indexed caption copying 
footnote',
+                                          'number' => 1,
+                                          'region' => {}
+                                        },
+                                        'spaces_before_argument' => ' '
+                                      },
+                                      'line_nr' => {
+                                        'file_name' => 'float_copying.texi',
+                                        'line_nr' => 16,
+                                        'macro' => ''
+                                      },
+                                      'parent' => {},
+                                      'type' => 'index_entry_command'
+                                    },
+                                    {
+                                      'args' => [
+                                        {
+                                          'contents' => [
+                                            {
+                                              'parent' => {},
+                                              'text' => 'public domain 
function'
+                                            }
+                                          ],
+                                          'extra' => {
+                                            'spaces_after_argument' => '
+'
+                                          },
+                                          'parent' => {},
+                                          'type' => 'misc_line_arg'
+                                        }
+                                      ],
+                                      'cmdname' => 'findex',
+                                      'extra' => {
+                                        'index_entry' => {
+                                          'command' => {},
+                                          'content' => [],
+                                          'content_normalized' => [],
+                                          'in_code' => 1,
+                                          'index_at_command' => 'findex',
+                                          'index_name' => 'fn',
+                                          'index_type_command' => 'findex',
+                                          'key' => 'public domain function',
+                                          'number' => 1,
+                                          'region' => {}
+                                        },
+                                        'spaces_before_argument' => ' '
+                                      },
+                                      'line_nr' => {
+                                        'file_name' => 'float_copying.texi',
+                                        'line_nr' => 17,
+                                        'macro' => ''
+                                      },
+                                      'parent' => {},
+                                      'type' => 'index_entry_command'
+                                    },
+                                    {
+                                      'parent' => {},
+                                      'text' => '
+',
+                                      'type' => 'empty_line'
+                                    },
+                                    {
+                                      'contents' => [
+                                        {
+                                          'parent' => {},
+                                          'text' => 'see '
+                                        },
+                                        {
+                                          'args' => [
+                                            {
+                                              'contents' => [
+                                                {
+                                                  'parent' => {},
+                                                  'text' => 'Copying and 
floats'
+                                                }
+                                              ],
+                                              'parent' => {},
+                                              'type' => 'brace_command_arg'
+                                            }
+                                          ],
+                                          'cmdname' => 'ref',
+                                          'contents' => [],
+                                          'extra' => {
+                                            'label' => {
+                                              'args' => [
+                                                {
+                                                  'contents' => [
+                                                    {
+                                                      'parent' => {},
+                                                      'text' => 'Copying and 
floats'
+                                                    }
+                                                  ],
+                                                  'extra' => {
+                                                    'spaces_after_argument' => 
'
+'
+                                                  },
+                                                  'parent' => {},
+                                                  'type' => 'misc_line_arg'
+                                                }
+                                              ],
+                                              'cmdname' => 'node',
+                                              'contents' => [],
+                                              'extra' => {
+                                                'node_content' => [
+                                                  {}
+                                                ],
+                                                'nodes_manuals' => [
+                                                  {
+                                                    'node_content' => [],
+                                                    'normalized' => 
'Copying-and-floats'
+                                                  }
+                                                ],
+                                                'normalized' => 
'Copying-and-floats',
+                                                'spaces_before_argument' => ' '
+                                              },
+                                              'line_nr' => {
+                                                'file_name' => 
'float_copying.texi',
+                                                'line_nr' => 45,
+                                                'macro' => ''
+                                              },
+                                              'parent' => {}
+                                            },
+                                            'node_argument' => {
+                                              'node_content' => [
+                                                {}
+                                              ],
+                                              'normalized' => 
'Copying-and-floats'
+                                            }
+                                          },
+                                          'line_nr' => {
+                                            'file_name' => 
'float_copying.texi',
+                                            'line_nr' => 19,
+                                            'macro' => ''
+                                          },
+                                          'parent' => {}
+                                        },
+                                        {
+                                          'parent' => {},
+                                          'text' => '.
+'
+                                        }
+                                      ],
+                                      'parent' => {},
+                                      'type' => 'paragraph'
+                                    },
+                                    {
+                                      'parent' => {},
+                                      'text' => '
+',
+                                      'type' => 'empty_line'
+                                    }
+                                  ],
+                                  'parent' => {},
+                                  'type' => 'brace_command_context'
+                                }
+                              ],
+                              'cmdname' => 'footnote',
+                              'contents' => [],
+                              'extra' => {
+                                'spaces_before_argument' => '
+'
+                              },
+                              'line_nr' => {
+                                'file_name' => 'float_copying.texi',
+                                'line_nr' => 12,
+                                'macro' => ''
+                              },
+                              'parent' => {}
+                            },
+                            {
+                              'parent' => {},
+                              'text' => '
+'
+                            }
+                          ],
+                          'parent' => {},
+                          'type' => 'paragraph'
+                        },
+                        {
+                          'parent' => {},
+                          'text' => '
+',
+                          'type' => 'empty_line'
+                        },
+                        {
+                          'args' => [
+                            {
+                              'contents' => [
+                                {
+                                  'parent' => {},
+                                  'text' => 'public domain anchor'
+                                }
+                              ],
+                              'extra' => {
+                                'region' => {}
+                              },
+                              'parent' => {},
+                              'type' => 'brace_command_arg'
+                            }
+                          ],
+                          'cmdname' => 'anchor',
+                          'contents' => [],
+                          'extra' => {
+                            'node_content' => [
+                              {}
+                            ],
+                            'normalized' => 'public-domain-anchor'
+                          },
+                          'line_nr' => {
+                            'file_name' => 'float_copying.texi',
+                            'line_nr' => 23,
+                            'macro' => ''
+                          },
+                          'parent' => {}
+                        },
+                        {
+                          'parent' => {},
+                          'text' => '
+',
+                          'type' => 'empty_spaces_after_close_brace'
+                        },
+                        {
+                          'args' => [
+                            {
+                              'contents' => [
+                                {
+                                  'parent' => {},
+                                  'text' => 'indexed caption'
+                                }
+                              ],
+                              'extra' => {
+                                'spaces_after_argument' => '
+'
+                              },
+                              'parent' => {},
+                              'type' => 'misc_line_arg'
+                            }
+                          ],
+                          'cmdname' => 'cindex',
+                          'extra' => {
+                            'index_entry' => {
+                              'command' => {},
+                              'content' => [],
+                              'content_normalized' => [],
+                              'in_code' => 0,
+                              'index_at_command' => 'cindex',
+                              'index_name' => 'cp',
+                              'index_type_command' => 'cindex',
+                              'key' => 'indexed caption',
+                              'number' => 2,
+                              'region' => {}
+                            },
+                            'spaces_before_argument' => ' '
+                          },
+                          'line_nr' => {
+                            'file_name' => 'float_copying.texi',
+                            'line_nr' => 24,
+                            'macro' => ''
+                          },
+                          'parent' => {},
+                          'type' => 'index_entry_command'
+                        },
+                        {
+                          'args' => [
+                            {
+                              'contents' => [
+                                {
+                                  'parent' => {},
+                                  'text' => 'indexed caption function'
+                                }
+                              ],
+                              'extra' => {
+                                'spaces_after_argument' => '
+'
+                              },
+                              'parent' => {},
+                              'type' => 'misc_line_arg'
+                            }
+                          ],
+                          'cmdname' => 'findex',
+                          'extra' => {
+                            'index_entry' => {
+                              'command' => {},
+                              'content' => [],
+                              'content_normalized' => [],
+                              'in_code' => 1,
+                              'index_at_command' => 'findex',
+                              'index_name' => 'fn',
+                              'index_type_command' => 'findex',
+                              'key' => 'indexed caption function',
+                              'number' => 2,
+                              'region' => {}
+                            },
+                            'spaces_before_argument' => ' '
+                          },
+                          'line_nr' => {
+                            'file_name' => 'float_copying.texi',
+                            'line_nr' => 25,
+                            'macro' => ''
+                          },
+                          'parent' => {},
+                          'type' => 'index_entry_command'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'brace_command_context'
+                    }
+                  ],
+                  'cmdname' => 'caption',
+                  'contents' => [],
+                  'extra' => {
+                    'float' => {}
+                  },
+                  'line_nr' => {},
+                  'parent' => {}
+                },
+                {
+                  'parent' => {},
+                  'text' => '
+',
+                  'type' => 'empty_spaces_after_close_brace'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => 'float'
+                        }
+                      ],
+                      'extra' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'parent' => {},
+                      'type' => 'misc_line_arg'
+                    }
+                  ],
+                  'cmdname' => 'end',
+                  'extra' => {
+                    'command_argument' => 'float',
+                    'spaces_before_argument' => ' ',
+                    'text_arg' => 'float'
+                  },
+                  'line_nr' => {
+                    'file_name' => 'float_copying.texi',
+                    'line_nr' => 27,
+                    'macro' => ''
+                  },
+                  'parent' => {}
+                }
+              ],
+              'extra' => {
+                'caption' => {},
+                'end_command' => {},
+                'node_content' => [
+                  {}
+                ],
+                'normalized' => 'public-domain',
+                'spaces_before_argument' => ' ',
+                'type' => {
+                  'content' => [],
+                  'normalized' => 'Copyright notice'
+                }
+              },
+              'line_nr' => {
+                'file_name' => 'float_copying.texi',
+                'line_nr' => 7,
+                'macro' => ''
+              },
+              'number' => 1,
+              'parent' => {}
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'copying'
+                    }
+                  ],
+                  'extra' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'parent' => {},
+                  'type' => 'misc_line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'command_argument' => 'copying',
+                'spaces_before_argument' => ' ',
+                'text_arg' => 'copying'
+              },
+              'line_nr' => {
+                'file_name' => 'float_copying.texi',
+                'line_nr' => 28,
+                'macro' => ''
+              },
+              'parent' => {}
+            }
+          ],
+          'extra' => {
+            'end_command' => {}
+          },
+          'line_nr' => {
+            'file_name' => 'float_copying.texi',
+            'line_nr' => 5,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'parent' => {},
+      'type' => 'text_root'
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'Top'
+            }
+          ],
+          'extra' => {
+            'spaces_after_argument' => '
+'
+          },
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'Top',
+        'spaces_before_argument' => ' '
+      },
+      'line_nr' => {
+        'file_name' => 'float_copying.texi',
+        'line_nr' => 30,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'Top'
+            }
+          ],
+          'extra' => {
+            'spaces_after_argument' => '
+'
+          },
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'top',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => 'Top'
+                }
+              ],
+              'extra' => {
+                'spaces_after_argument' => '
+'
+              },
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'command' => {},
+              'content' => [],
+              'content_normalized' => [],
+              'in_code' => 0,
+              'index_at_command' => 'cindex',
+              'index_name' => 'cp',
+              'index_type_command' => 'cindex',
+              'key' => 'Top',
+              'node' => {},
+              'number' => 3
+            },
+            'spaces_before_argument' => ' '
+          },
+          'line_nr' => {
+            'file_name' => 'float_copying.texi',
+            'line_nr' => 33,
+            'macro' => ''
+          },
+          'parent' => {},
+          'type' => 'index_entry_command'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'See the caption '
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'public domain anchor'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'contents' => [],
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'public-domain-anchor'
+                }
+              },
+              'line_nr' => {
+                'file_name' => 'float_copying.texi',
+                'line_nr' => 35,
+                'macro' => ''
+              },
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => '.
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'See the float '
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'public domain'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'contents' => [],
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'public-domain'
+                }
+              },
+              'line_nr' => {
+                'file_name' => 'float_copying.texi',
+                'line_nr' => 37,
+                'macro' => ''
+              },
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => '.
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'cmdname' => 'insertcopying',
+          'line_nr' => {
+            'file_name' => 'float_copying.texi',
+            'line_nr' => 39,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'cmdname' => 'menu',
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'empty_line_after_command'
+            },
+            {
+              'args' => [
+                {
+                  'parent' => {},
+                  'text' => '* ',
+                  'type' => 'menu_entry_leading_text'
+                },
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'Copying and floats'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_node'
+                },
+                {
+                  'parent' => {},
+                  'text' => '::',
+                  'type' => 'menu_entry_separator'
+                },
+                {
+                  'contents' => [
+                    {
+                      'contents' => [
+                        {
+                          'parent' => {},
+                          'text' => '
+'
+                        }
+                      ],
+                      'parent' => {},
+                      'type' => 'preformatted'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_description'
+                }
+              ],
+              'extra' => {
+                'menu_entry_description' => {},
+                'menu_entry_node' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'Copying-and-floats'
+                }
+              },
+              'line_nr' => {
+                'file_name' => 'float_copying.texi',
+                'line_nr' => 42,
+                'macro' => ''
+              },
+              'parent' => {},
+              'type' => 'menu_entry'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'menu'
+                    }
+                  ],
+                  'extra' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'parent' => {},
+                  'type' => 'misc_line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'command_argument' => 'menu',
+                'spaces_before_argument' => ' ',
+                'text_arg' => 'menu'
+              },
+              'line_nr' => {
+                'file_name' => 'float_copying.texi',
+                'line_nr' => 43,
+                'macro' => ''
+              },
+              'parent' => {}
+            }
+          ],
+          'extra' => {
+            'end_command' => {}
+          },
+          'line_nr' => {
+            'file_name' => 'float_copying.texi',
+            'line_nr' => 41,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'spaces_before_argument' => ' '
+      },
+      'level' => 0,
+      'line_nr' => {
+        'file_name' => 'float_copying.texi',
+        'line_nr' => 31,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {},
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'Copying and floats'
+            }
+          ],
+          'extra' => {
+            'spaces_after_argument' => '
+'
+          },
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'appendix',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'In the appendix, we print the references and the 
copying once more
+'
+            },
+            {
+              'parent' => {},
+              'text' => 'and the list of coyright notices (listoffloats).
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'See the caption '
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'public domain anchor'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'contents' => [],
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'public-domain-anchor'
+                }
+              },
+              'line_nr' => {
+                'file_name' => 'float_copying.texi',
+                'line_nr' => 51,
+                'macro' => ''
+              },
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => '.
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'See the float '
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'public domain'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'brace_command_arg'
+                }
+              ],
+              'cmdname' => 'ref',
+              'contents' => [],
+              'extra' => {
+                'label' => {},
+                'node_argument' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'public-domain'
+                }
+              },
+              'line_nr' => {
+                'file_name' => 'float_copying.texi',
+                'line_nr' => 53,
+                'macro' => ''
+              },
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => '.
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => 'listofloats'
+                }
+              ],
+              'extra' => {
+                'spaces_after_argument' => '
+'
+              },
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'cindex',
+          'extra' => {
+            'index_entry' => {
+              'command' => {},
+              'content' => [],
+              'content_normalized' => [],
+              'in_code' => 0,
+              'index_at_command' => 'cindex',
+              'index_name' => 'cp',
+              'index_type_command' => 'cindex',
+              'key' => 'listofloats',
+              'node' => {},
+              'number' => 4
+            },
+            'spaces_before_argument' => ' '
+          },
+          'line_nr' => {
+            'file_name' => 'float_copying.texi',
+            'line_nr' => 55,
+            'macro' => ''
+          },
+          'parent' => {},
+          'type' => 'index_entry_command'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'cmdname' => 'insertcopying',
+          'line_nr' => {
+            'file_name' => 'float_copying.texi',
+            'line_nr' => 57,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+'
+        },
+        {
+          'cmdname' => 'insertcopying',
+          'line_nr' => {
+            'file_name' => 'float_copying.texi',
+            'line_nr' => 58,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => 'listoffloats'
+                }
+              ],
+              'extra' => {
+                'spaces_after_argument' => '
+'
+              },
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'subheading',
+          'extra' => {
+            'spaces_before_argument' => ' '
+          },
+          'level' => 3,
+          'line_nr' => {
+            'file_name' => 'float_copying.texi',
+            'line_nr' => 60,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => 'Copyright notice'
+                }
+              ],
+              'extra' => {
+                'spaces_after_argument' => '
+'
+              },
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'listoffloats',
+          'extra' => {
+            'spaces_before_argument' => ' ',
+            'type' => {
+              'content' => [],
+              'normalized' => 'Copyright notice'
+            }
+          },
+          'line_nr' => {
+            'file_name' => 'float_copying.texi',
+            'line_nr' => 61,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => 'printindex'
+                }
+              ],
+              'extra' => {
+                'spaces_after_argument' => '
+'
+              },
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'subheading',
+          'extra' => {
+            'spaces_before_argument' => ' '
+          },
+          'level' => 3,
+          'line_nr' => {
+            'file_name' => 'float_copying.texi',
+            'line_nr' => 63,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => 'cp'
+                }
+              ],
+              'extra' => {
+                'spaces_after_argument' => '
+'
+              },
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'printindex',
+          'extra' => {
+            'misc_args' => [
+              'cp'
+            ],
+            'spaces_before_argument' => ' '
+          },
+          'line_nr' => {
+            'file_name' => 'float_copying.texi',
+            'line_nr' => 64,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => 'fn'
+                }
+              ],
+              'extra' => {
+                'spaces_after_argument' => '
+'
+              },
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'printindex',
+          'extra' => {
+            'misc_args' => [
+              'fn'
+            ],
+            'spaces_before_argument' => ' '
+          },
+          'line_nr' => {
+            'file_name' => 'float_copying.texi',
+            'line_nr' => 65,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'spaces_before_argument' => ' '
+      },
+      'level' => 1,
+      'line_nr' => {
+        'file_name' => 'float_copying.texi',
+        'line_nr' => 46,
+        'macro' => ''
+      },
+      'number' => 'A',
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'misc_arg'
+        }
+      ],
+      'cmdname' => 'bye',
+      'parent' => {}
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[0]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[1]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[2]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[1]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'args'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'args'}[1];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'args'}[1]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[1]{'contents'}[1]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[1]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[2]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'extra'}{'region'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2]{'args'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2]{'extra'}{'index_entry'}{'command'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2]{'extra'}{'index_entry'}{'content'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'};
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'};
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2]{'extra'}{'index_entry'}{'region'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[3]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[3]{'args'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[3]{'extra'}{'index_entry'}{'command'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[3]{'extra'}{'index_entry'}{'content'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[3]{'args'}[0]{'contents'};
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[3]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[3]{'args'}[0]{'contents'};
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[3]{'extra'}{'index_entry'}{'region'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[3]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[4]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'extra'}{'label'}{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'extra'}{'label'}{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'extra'}{'label'}{'args'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'extra'}{'label'};
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'extra'}{'label'}{'extra'}{'node_content'}[0]
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'extra'}{'label'}{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'extra'}{'label'}{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'extra'}{'label'}{'extra'}{'node_content'};
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'extra'}{'label'}{'parent'}
 = $result_trees{'float_copying'};
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[2]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[6]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[2]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[2]{'args'}[0]{'extra'}{'region'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[2]{'args'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[2]{'extra'}{'node_content'}[0]
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[3]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[4]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[4]{'args'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'command'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'content'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[4]{'args'}[0]{'contents'};
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[4]{'extra'}{'index_entry'}{'region'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[4]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[5]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[5]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[5]{'args'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[5];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[5]{'extra'}{'index_entry'}{'command'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[5];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[5]{'extra'}{'index_entry'}{'content'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[5]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[5]{'args'}[0]{'contents'};
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[5]{'extra'}{'index_entry'}{'region'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[5]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'extra'}{'float'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'line_nr'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'line_nr'};
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[4]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[5]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[5]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[5]{'args'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[5];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[5]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'extra'}{'caption'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'extra'}{'end_command'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[5];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'extra'}{'node_content'}[0]
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'args'}[1]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'extra'}{'type'}{'content'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'args'}[0]{'contents'};
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[3]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[3]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[3]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'extra'}{'end_command'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'contents'}[4]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[0]{'parent'} = 
$result_trees{'float_copying'};
+$result_trees{'float_copying'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[1]{'args'}[0]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[1]{'extra'}{'node_content'}[0] = 
$result_trees{'float_copying'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = $result_trees{'float_copying'}{'contents'}[1]{'extra'}{'node_content'};
+$result_trees{'float_copying'}{'contents'}[1]{'parent'} = 
$result_trees{'float_copying'};
+$result_trees{'float_copying'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[2]{'args'}[0]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[0]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'command'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'content'}
 = 
$result_trees{'float_copying'}{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'float_copying'}{'contents'}[2]{'contents'}[1]{'args'}[0]{'contents'};
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[1]{'extra'}{'index_entry'}{'node'}
 = $result_trees{'float_copying'}{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[1]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[2]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[3]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[3]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'extra'}{'label'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'float_copying'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[3]{'contents'}[1]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[3]{'contents'}[2]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[3]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[4]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[5]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[5];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[5]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'extra'}{'label'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'float_copying'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[5]{'contents'}[1]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[5];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[5]{'contents'}[2]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[5];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[5]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[6]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[7]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[8]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[9]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[10];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[10];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'args'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'args'}[1];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'args'}[1]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'args'}[2]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'args'}[3]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'args'}[3]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'args'}[3]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'args'}[3];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'args'}[3]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'args'}[3];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'args'}[1]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[1]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[10];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[2]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[2]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[2]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[10];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'extra'}{'end_command'}
 = $result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[10]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'contents'}[11]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[2]{'parent'} = 
$result_trees{'float_copying'};
+$result_trees{'float_copying'}{'contents'}[3] = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'extra'}{'label'};
+$result_trees{'float_copying'}{'contents'}[4]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[4]{'args'}[0]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[0]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[1]{'contents'}[1]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[1]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[2]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[3]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[3]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'extra'}{'label'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'float_copying'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[3]{'contents'}[1]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[3]{'contents'}[2]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[3];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[3]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[4]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[5]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[5];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'float_copying'}{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[5]{'contents'}[1];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[5]{'contents'}[1]{'extra'}{'label'}
 = $result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[5]{'contents'}[1]{'extra'}{'node_argument'}{'node_content'}[0]
 = 
$result_trees{'float_copying'}{'contents'}[4]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[5]{'contents'}[1]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[5];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[5]{'contents'}[2]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[5];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[5]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[6]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[7]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[7]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[7]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[7];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[7]{'extra'}{'index_entry'}{'command'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[7];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[7]{'extra'}{'index_entry'}{'content'}
 = 
$result_trees{'float_copying'}{'contents'}[4]{'contents'}[7]{'args'}[0]{'contents'};
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[7]{'extra'}{'index_entry'}{'content_normalized'}
 = 
$result_trees{'float_copying'}{'contents'}[4]{'contents'}[7]{'args'}[0]{'contents'};
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[7]{'extra'}{'index_entry'}{'node'}
 = 
$result_trees{'float_copying'}{'contents'}[0]{'contents'}[3]{'contents'}[2]{'contents'}[3]{'args'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[5]{'contents'}[1]{'extra'}{'label'};
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[7]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[8]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[9]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[10]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[11]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[12]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[13]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[14]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[14]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[14]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[14];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[14]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[15]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[15]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[15]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[15];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[15]{'extra'}{'type'}{'content'}
 = 
$result_trees{'float_copying'}{'contents'}[4]{'contents'}[15]{'args'}[0]{'contents'};
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[15]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[16]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[17]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[17]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[17]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[17];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[17]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[18]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[18]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[18]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[18];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[18]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[19]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[19]{'args'}[0];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[19]{'args'}[0]{'parent'}
 = $result_trees{'float_copying'}{'contents'}[4]{'contents'}[19];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[19]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'contents'}[20]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[4];
+$result_trees{'float_copying'}{'contents'}[4]{'parent'} = 
$result_trees{'float_copying'};
+$result_trees{'float_copying'}{'contents'}[5]{'args'}[0]{'parent'} = 
$result_trees{'float_copying'}{'contents'}[5];
+$result_trees{'float_copying'}{'contents'}[5]{'parent'} = 
$result_trees{'float_copying'};
+
+$result_texis{'float_copying'} = '\\input texinfo @c -*-texinfo-*-
+
address@hidden float_copying.info
+
address@hidden 
+
address@hidden Copyright notice, public domain
+
+Public domain is not really a licence, as it means than 
+the author abandon his copyright.
+
address@hidden Public Domain address@hidden
+The caption copying footnote
address@hidden copying footnote anchor}
+
address@hidden indexed caption copying footnote
address@hidden public domain function
+
+see @ref{Copying and floats}.
+
+}
+
address@hidden domain anchor}
address@hidden indexed caption
address@hidden indexed caption function
+}
address@hidden float
address@hidden copying
+
address@hidden Top
address@hidden Top
+
address@hidden Top
+
+See the caption @ref{public domain anchor}.
+
+See the float @ref{public domain}.
+
address@hidden
+
address@hidden
+* Copying and floats::
address@hidden menu
+
address@hidden Copying and floats
address@hidden Copying and floats
+
+In the appendix, we print the references and the copying once more
+and the list of coyright notices (listoffloats).
+
+See the caption @ref{public domain anchor}.
+
+See the float @ref{public domain}.
+
address@hidden listofloats
+
address@hidden
address@hidden
+
address@hidden listoffloats
address@hidden Copyright notice
+
address@hidden printindex
address@hidden cp
address@hidden fn
+
address@hidden
+';
+
+
+$result_texts{'float_copying'} = '
+
+Top
+***
+
+
+See the caption public domain anchor.
+
+See the float public domain.
+
+
+
+* Copying and floats::
+
+Appendix A Copying and floats
+*****************************
+
+In the appendix, we print the references and the copying once more
+and the list of coyright notices (listoffloats).
+
+See the caption public domain anchor.
+
+See the float public domain.
+
+
+
+
+
+listoffloats
+------------
+
+printindex
+----------
+
+';
+
+$result_sectioning{'float_copying'} = {
+  'level' => -1,
+  'section_childs' => [
+    {
+      'cmdname' => 'top',
+      'extra' => {
+        'associated_node' => {
+          'cmdname' => 'node',
+          'extra' => {
+            'normalized' => 'Top',
+            'spaces_before_argument' => ' '
+          }
+        },
+        'spaces_before_argument' => ' '
+      },
+      'level' => 0,
+      'section_childs' => [
+        {
+          'cmdname' => 'appendix',
+          'extra' => {
+            'associated_node' => {
+              'cmdname' => 'node',
+              'extra' => {
+                'normalized' => 'Copying-and-floats',
+                'spaces_before_argument' => ' '
+              }
+            },
+            'spaces_before_argument' => ' '
+          },
+          'level' => 1,
+          'number' => 'A',
+          'section_up' => {},
+          'toplevel_prev' => {},
+          'toplevel_up' => {}
+        }
+      ],
+      'section_up' => {}
+    }
+  ]
+};
+$result_sectioning{'float_copying'}{'section_childs'}[0]{'section_childs'}[0]{'section_up'}
 = $result_sectioning{'float_copying'}{'section_childs'}[0];
+$result_sectioning{'float_copying'}{'section_childs'}[0]{'section_childs'}[0]{'toplevel_prev'}
 = $result_sectioning{'float_copying'}{'section_childs'}[0];
+$result_sectioning{'float_copying'}{'section_childs'}[0]{'section_childs'}[0]{'toplevel_up'}
 = $result_sectioning{'float_copying'}{'section_childs'}[0];
+$result_sectioning{'float_copying'}{'section_childs'}[0]{'section_up'} = 
$result_sectioning{'float_copying'};
+
+$result_nodes{'float_copying'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'associated_section' => {
+      'cmdname' => 'top',
+      'extra' => {
+        'spaces_before_argument' => ' '
+      },
+      'level' => 0
+    },
+    'normalized' => 'Top',
+    'spaces_before_argument' => ' '
+  },
+  'menu_child' => {
+    'cmdname' => 'node',
+    'extra' => {
+      'associated_section' => {
+        'cmdname' => 'appendix',
+        'extra' => {
+          'spaces_before_argument' => ' '
+        },
+        'level' => 1,
+        'number' => 'A'
+      },
+      'normalized' => 'Copying-and-floats',
+      'spaces_before_argument' => ' '
+    },
+    'node_prev' => {},
+    'node_up' => {}
+  },
+  'menus' => [
+    {
+      'cmdname' => 'menu',
+      'extra' => {
+        'end_command' => {
+          'cmdname' => 'end',
+          'extra' => {
+            'command_argument' => 'menu',
+            'spaces_before_argument' => ' ',
+            'text_arg' => 'menu'
+          }
+        }
+      }
+    }
+  ],
+  'node_next' => {},
+  'node_up' => {
+    'extra' => {
+      'manual_content' => [
+        {
+          'text' => 'dir'
+        }
+      ],
+      'top_node_up' => {}
+    },
+    'type' => 'top_node_up'
+  }
+};
+$result_nodes{'float_copying'}{'menu_child'}{'node_prev'} = 
$result_nodes{'float_copying'};
+$result_nodes{'float_copying'}{'menu_child'}{'node_up'} = 
$result_nodes{'float_copying'};
+$result_nodes{'float_copying'}{'node_next'} = 
$result_nodes{'float_copying'}{'menu_child'};
+$result_nodes{'float_copying'}{'node_up'}{'extra'}{'top_node_up'} = 
$result_nodes{'float_copying'};
+
+$result_menus{'float_copying'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top',
+    'spaces_before_argument' => ' '
+  },
+  'menu_child' => {
+    'cmdname' => 'node',
+    'extra' => {
+      'normalized' => 'Copying-and-floats',
+      'spaces_before_argument' => ' '
+    },
+    'menu_up' => {},
+    'menu_up_hash' => {
+      'Top' => 1
+    }
+  }
+};
+$result_menus{'float_copying'}{'menu_child'}{'menu_up'} = 
$result_menus{'float_copying'};
+
+$result_errors{'float_copying'} = [];
+
+
+$result_floats{'float_copying'} = {
+  'Copyright notice' => [
+    {
+      'cmdname' => 'float',
+      'extra' => {
+        'caption' => {
+          'cmdname' => 'caption',
+          'extra' => {
+            'float' => {}
+          }
+        },
+        'end_command' => {
+          'cmdname' => 'end',
+          'extra' => {
+            'command_argument' => 'float',
+            'spaces_before_argument' => ' ',
+            'text_arg' => 'float'
+          }
+        },
+        'normalized' => 'public-domain',
+        'spaces_before_argument' => ' ',
+        'type' => {
+          'content' => [
+            {
+              'text' => 'Copyright notice'
+            }
+          ],
+          'normalized' => 'Copyright notice'
+        }
+      },
+      'number' => 1
+    }
+  ]
+};
+$result_floats{'float_copying'}{'Copyright 
notice'}[0]{'extra'}{'caption'}{'extra'}{'float'} = 
$result_floats{'float_copying'}{'Copyright notice'}[0];
+
+
+1;

Added: 
trunk/tp/t/results/formatting/simplest_test_date_in_header/res_html/simplest.html
===================================================================
--- 
trunk/tp/t/results/formatting/simplest_test_date_in_header/res_html/simplest.html
                           (rev 0)
+++ 
trunk/tp/t/results/formatting/simplest_test_date_in_header/res_html/simplest.html
   2018-10-13 17:01:25 UTC (rev 8285)
@@ -0,0 +1,58 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Untitled Document</title>
+
+<meta name="description" content="Untitled Document">
+<meta name="keywords" content="Untitled Document">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="texi2any">
+<meta name="date" content="a sunny day">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+
+<a name="Top"></a>
+
+<p>This is a very simple texi manual &nbsp; &lt;&gt;.
+</p>
+<hr>
+<p><font size="-1">
+  This document was generated on <em>a sunny day</em> using <a 
href="http://www.gnu.org/software/texinfo/";><em>texi2any</em></a>.
+</font></p>
+
+
+</body>
+</html>

Added: trunk/tp/t/results/formatting/simplest_test_date_in_header.pl
===================================================================
--- trunk/tp/t/results/formatting/simplest_test_date_in_header.pl               
                (rev 0)
+++ trunk/tp/t/results/formatting/simplest_test_date_in_header.pl       
2018-10-13 17:01:25 UTC (rev 8285)
@@ -0,0 +1,245 @@
+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{'simplest_test_date_in_header'} = {
+  'contents' => [
+    {
+      'contents' => [
+        {
+          'contents' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => '\\input texinfo @c -*-texinfo-*-
+',
+                  'type' => 'preamble_text'
+                },
+                {
+                  'parent' => {},
+                  'text' => '
+',
+                  'type' => 'preamble_text'
+                }
+              ],
+              'parent' => {},
+              'type' => 'preamble'
+            }
+          ],
+          'parent' => {},
+          'type' => 'preamble_before_setfilename'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => 'simplest.info'
+                }
+              ],
+              'extra' => {
+                'spaces_after_argument' => '
+'
+              },
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'setfilename',
+          'extra' => {
+            'spaces_before_argument' => ' ',
+            'text_arg' => 'simplest.info'
+          },
+          'line_nr' => {
+            'file_name' => 'simplest.texi',
+            'line_nr' => 3,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'parent' => {},
+      'type' => 'text_root'
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'Top'
+            }
+          ],
+          'extra' => {
+            'spaces_after_argument' => '
+'
+          },
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'This is a very simple texi manual '
+            },
+            {
+              'cmdname' => ' ',
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => ' <>.
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'Top',
+        'spaces_before_argument' => ' '
+      },
+      'line_nr' => {
+        'file_name' => 'simplest.texi',
+        'line_nr' => 5,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'misc_arg'
+        }
+      ],
+      'cmdname' => 'bye',
+      'parent' => {}
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'simplest_test_date_in_header'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'simplest_test_date_in_header'}{'contents'}[0]{'contents'}[0]{'contents'}[0];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'simplest_test_date_in_header'}{'contents'}[0]{'contents'}[0]{'contents'}[0];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'simplest_test_date_in_header'}{'contents'}[0]{'contents'}[0];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'simplest_test_date_in_header'}{'contents'}[0];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'simplest_test_date_in_header'}{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'simplest_test_date_in_header'}{'contents'}[0]{'contents'}[1];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'simplest_test_date_in_header'}{'contents'}[0];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'simplest_test_date_in_header'}{'contents'}[0];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[0]{'parent'} = 
$result_trees{'simplest_test_date_in_header'};
+$result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'args'}[0];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'simplest_test_date_in_header'}{'contents'}[1];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'simplest_test_date_in_header'}{'contents'}[1];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'contents'}[1];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'parent'}
 = $result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'contents'}[1];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'parent'}
 = $result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'contents'}[1];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'contents'}[1]{'parent'}
 = $result_trees{'simplest_test_date_in_header'}{'contents'}[1];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'contents'}[2]{'parent'}
 = $result_trees{'simplest_test_date_in_header'}{'contents'}[1];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'extra'}{'node_content'};
+$result_trees{'simplest_test_date_in_header'}{'contents'}[1]{'parent'} = 
$result_trees{'simplest_test_date_in_header'};
+$result_trees{'simplest_test_date_in_header'}{'contents'}[2]{'args'}[0]{'parent'}
 = $result_trees{'simplest_test_date_in_header'}{'contents'}[2];
+$result_trees{'simplest_test_date_in_header'}{'contents'}[2]{'parent'} = 
$result_trees{'simplest_test_date_in_header'};
+
+$result_texis{'simplest_test_date_in_header'} = '\\input texinfo @c 
-*-texinfo-*-
+
address@hidden simplest.info
+
address@hidden Top
+
+This is a very simple texi manual @  <>.
+
address@hidden
+';
+
+
+$result_texts{'simplest_test_date_in_header'} = '
+
+This is a very simple texi manual   <>.
+
+';
+
+$result_sectioning{'simplest_test_date_in_header'} = {};
+
+$result_nodes{'simplest_test_date_in_header'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top',
+    'spaces_before_argument' => ' '
+  },
+  'node_up' => {
+    'extra' => {
+      'manual_content' => [
+        {
+          'text' => 'dir'
+        }
+      ],
+      'top_node_up' => {}
+    },
+    'type' => 'top_node_up'
+  }
+};
+$result_nodes{'simplest_test_date_in_header'}{'node_up'}{'extra'}{'top_node_up'}
 = $result_nodes{'simplest_test_date_in_header'};
+
+$result_menus{'simplest_test_date_in_header'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top',
+    'spaces_before_argument' => ' '
+  }
+};
+
+$result_errors{'simplest_test_date_in_header'} = [];
+
+
+$result_converted_errors{'file_html'}->{'simplest_test_date_in_header'} = [
+  {
+    'error_line' => 'simplest.texi: warning: must specify a title with a title 
command or @top
+',
+    'text' => 'must specify a title with a title command or @top',
+    'type' => 'warning'
+  }
+];
+
+
+1;

Added: trunk/tp/t/results/formatting/simplest_test_prefix/res_html/truc.html
===================================================================
--- trunk/tp/t/results/formatting/simplest_test_prefix/res_html/truc.html       
                        (rev 0)
+++ trunk/tp/t/results/formatting/simplest_test_prefix/res_html/truc.html       
2018-10-13 17:01:25 UTC (rev 8285)
@@ -0,0 +1,57 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Untitled Document</title>
+
+<meta name="description" content="Untitled Document">
+<meta name="keywords" content="Untitled Document">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="texi2any">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+
+<a name="Top"></a>
+
+<p>This is a very simple texi manual &nbsp; &lt;&gt;.
+</p>
+<hr>
+<p><font size="-1">
+  This document was generated on <em>a sunny day</em> using <a 
href="http://www.gnu.org/software/texinfo/";><em>texi2any</em></a>.
+</font></p>
+
+
+</body>
+</html>

Added: trunk/tp/t/results/formatting/simplest_test_prefix.pl
===================================================================
--- trunk/tp/t/results/formatting/simplest_test_prefix.pl                       
        (rev 0)
+++ trunk/tp/t/results/formatting/simplest_test_prefix.pl       2018-10-13 
17:01:25 UTC (rev 8285)
@@ -0,0 +1,245 @@
+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{'simplest_test_prefix'} = {
+  'contents' => [
+    {
+      'contents' => [
+        {
+          'contents' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => '\\input texinfo @c -*-texinfo-*-
+',
+                  'type' => 'preamble_text'
+                },
+                {
+                  'parent' => {},
+                  'text' => '
+',
+                  'type' => 'preamble_text'
+                }
+              ],
+              'parent' => {},
+              'type' => 'preamble'
+            }
+          ],
+          'parent' => {},
+          'type' => 'preamble_before_setfilename'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => 'simplest.info'
+                }
+              ],
+              'extra' => {
+                'spaces_after_argument' => '
+'
+              },
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'setfilename',
+          'extra' => {
+            'spaces_before_argument' => ' ',
+            'text_arg' => 'simplest.info'
+          },
+          'line_nr' => {
+            'file_name' => 'simplest.texi',
+            'line_nr' => 3,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'parent' => {},
+      'type' => 'text_root'
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'Top'
+            }
+          ],
+          'extra' => {
+            'spaces_after_argument' => '
+'
+          },
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'This is a very simple texi manual '
+            },
+            {
+              'cmdname' => ' ',
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => ' <>.
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'Top',
+        'spaces_before_argument' => ' '
+      },
+      'line_nr' => {
+        'file_name' => 'simplest.texi',
+        'line_nr' => 5,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'misc_arg'
+        }
+      ],
+      'cmdname' => 'bye',
+      'parent' => {}
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'simplest_test_prefix'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'simplest_test_prefix'}{'contents'}[0]{'contents'}[0]{'contents'}[0];
+$result_trees{'simplest_test_prefix'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'simplest_test_prefix'}{'contents'}[0]{'contents'}[0]{'contents'}[0];
+$result_trees{'simplest_test_prefix'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'simplest_test_prefix'}{'contents'}[0]{'contents'}[0];
+$result_trees{'simplest_test_prefix'}{'contents'}[0]{'contents'}[0]{'parent'} 
= $result_trees{'simplest_test_prefix'}{'contents'}[0];
+$result_trees{'simplest_test_prefix'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'simplest_test_prefix'}{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'simplest_test_prefix'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'simplest_test_prefix'}{'contents'}[0]{'contents'}[1];
+$result_trees{'simplest_test_prefix'}{'contents'}[0]{'contents'}[1]{'parent'} 
= $result_trees{'simplest_test_prefix'}{'contents'}[0];
+$result_trees{'simplest_test_prefix'}{'contents'}[0]{'contents'}[2]{'parent'} 
= $result_trees{'simplest_test_prefix'}{'contents'}[0];
+$result_trees{'simplest_test_prefix'}{'contents'}[0]{'parent'} = 
$result_trees{'simplest_test_prefix'};
+$result_trees{'simplest_test_prefix'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'simplest_test_prefix'}{'contents'}[1]{'args'}[0];
+$result_trees{'simplest_test_prefix'}{'contents'}[1]{'args'}[0]{'parent'} = 
$result_trees{'simplest_test_prefix'}{'contents'}[1];
+$result_trees{'simplest_test_prefix'}{'contents'}[1]{'contents'}[0]{'parent'} 
= $result_trees{'simplest_test_prefix'}{'contents'}[1];
+$result_trees{'simplest_test_prefix'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'simplest_test_prefix'}{'contents'}[1]{'contents'}[1];
+$result_trees{'simplest_test_prefix'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'parent'}
 = $result_trees{'simplest_test_prefix'}{'contents'}[1]{'contents'}[1];
+$result_trees{'simplest_test_prefix'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'parent'}
 = $result_trees{'simplest_test_prefix'}{'contents'}[1]{'contents'}[1];
+$result_trees{'simplest_test_prefix'}{'contents'}[1]{'contents'}[1]{'parent'} 
= $result_trees{'simplest_test_prefix'}{'contents'}[1];
+$result_trees{'simplest_test_prefix'}{'contents'}[1]{'contents'}[2]{'parent'} 
= $result_trees{'simplest_test_prefix'}{'contents'}[1];
+$result_trees{'simplest_test_prefix'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'simplest_test_prefix'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'simplest_test_prefix'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'simplest_test_prefix'}{'contents'}[1]{'extra'}{'node_content'};
+$result_trees{'simplest_test_prefix'}{'contents'}[1]{'parent'} = 
$result_trees{'simplest_test_prefix'};
+$result_trees{'simplest_test_prefix'}{'contents'}[2]{'args'}[0]{'parent'} = 
$result_trees{'simplest_test_prefix'}{'contents'}[2];
+$result_trees{'simplest_test_prefix'}{'contents'}[2]{'parent'} = 
$result_trees{'simplest_test_prefix'};
+
+$result_texis{'simplest_test_prefix'} = '\\input texinfo @c -*-texinfo-*-
+
address@hidden simplest.info
+
address@hidden Top
+
+This is a very simple texi manual @  <>.
+
address@hidden
+';
+
+
+$result_texts{'simplest_test_prefix'} = '
+
+This is a very simple texi manual   <>.
+
+';
+
+$result_sectioning{'simplest_test_prefix'} = {};
+
+$result_nodes{'simplest_test_prefix'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top',
+    'spaces_before_argument' => ' '
+  },
+  'node_up' => {
+    'extra' => {
+      'manual_content' => [
+        {
+          'text' => 'dir'
+        }
+      ],
+      'top_node_up' => {}
+    },
+    'type' => 'top_node_up'
+  }
+};
+$result_nodes{'simplest_test_prefix'}{'node_up'}{'extra'}{'top_node_up'} = 
$result_nodes{'simplest_test_prefix'};
+
+$result_menus{'simplest_test_prefix'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top',
+    'spaces_before_argument' => ' '
+  }
+};
+
+$result_errors{'simplest_test_prefix'} = [];
+
+
+$result_converted_errors{'file_html'}->{'simplest_test_prefix'} = [
+  {
+    'error_line' => 'simplest.texi: warning: must specify a title with a title 
command or @top
+',
+    'text' => 'must specify a title with a title command or @top',
+    'type' => 'warning'
+  }
+];
+
+
+1;

Added: 
trunk/tp/t/results/formatting/simplest_test_prefix_info/res_info/truc.info
===================================================================
(Binary files differ)

Index: 
trunk/tp/t/results/formatting/simplest_test_prefix_info/res_info/truc.info
===================================================================
--- trunk/tp/t/results/formatting/simplest_test_prefix_info/res_info/truc.info  
2018-10-13 16:44:28 UTC (rev 8284)
+++ trunk/tp/t/results/formatting/simplest_test_prefix_info/res_info/truc.info  
2018-10-13 17:01:25 UTC (rev 8285)

Property changes on: 
trunk/tp/t/results/formatting/simplest_test_prefix_info/res_info/truc.info
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/tp/t/results/formatting/simplest_test_prefix_info.pl
===================================================================
--- trunk/tp/t/results/formatting/simplest_test_prefix_info.pl                  
        (rev 0)
+++ trunk/tp/t/results/formatting/simplest_test_prefix_info.pl  2018-10-13 
17:01:25 UTC (rev 8285)
@@ -0,0 +1,235 @@
+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{'simplest_test_prefix_info'} = {
+  'contents' => [
+    {
+      'contents' => [
+        {
+          'contents' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => '\\input texinfo @c -*-texinfo-*-
+',
+                  'type' => 'preamble_text'
+                },
+                {
+                  'parent' => {},
+                  'text' => '
+',
+                  'type' => 'preamble_text'
+                }
+              ],
+              'parent' => {},
+              'type' => 'preamble'
+            }
+          ],
+          'parent' => {},
+          'type' => 'preamble_before_setfilename'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => 'simplest.info'
+                }
+              ],
+              'extra' => {
+                'spaces_after_argument' => '
+'
+              },
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'setfilename',
+          'extra' => {
+            'spaces_before_argument' => ' ',
+            'text_arg' => 'simplest.info'
+          },
+          'line_nr' => {
+            'file_name' => 'simplest.texi',
+            'line_nr' => 3,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'parent' => {},
+      'type' => 'text_root'
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'Top'
+            }
+          ],
+          'extra' => {
+            'spaces_after_argument' => '
+'
+          },
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'This is a very simple texi manual '
+            },
+            {
+              'cmdname' => ' ',
+              'parent' => {}
+            },
+            {
+              'parent' => {},
+              'text' => ' <>.
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'Top',
+        'spaces_before_argument' => ' '
+      },
+      'line_nr' => {
+        'file_name' => 'simplest.texi',
+        'line_nr' => 5,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'misc_arg'
+        }
+      ],
+      'cmdname' => 'bye',
+      'parent' => {}
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'simplest_test_prefix_info'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'simplest_test_prefix_info'}{'contents'}[0]{'contents'}[0]{'contents'}[0];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'simplest_test_prefix_info'}{'contents'}[0]{'contents'}[0]{'contents'}[0];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'simplest_test_prefix_info'}{'contents'}[0]{'contents'}[0];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'simplest_test_prefix_info'}{'contents'}[0];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'simplest_test_prefix_info'}{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'simplest_test_prefix_info'}{'contents'}[0]{'contents'}[1];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'simplest_test_prefix_info'}{'contents'}[0];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'simplest_test_prefix_info'}{'contents'}[0];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[0]{'parent'} = 
$result_trees{'simplest_test_prefix_info'};
+$result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'args'}[0];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'args'}[0]{'parent'} 
= $result_trees{'simplest_test_prefix_info'}{'contents'}[1];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'simplest_test_prefix_info'}{'contents'}[1];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'contents'}[1];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'parent'}
 = $result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'contents'}[1];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'parent'}
 = $result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'contents'}[1];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'contents'}[1]{'parent'}
 = $result_trees{'simplest_test_prefix_info'}{'contents'}[1];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'contents'}[2]{'parent'}
 = $result_trees{'simplest_test_prefix_info'}{'contents'}[1];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'args'}[0]{'contents'}[0];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'extra'}{'node_content'};
+$result_trees{'simplest_test_prefix_info'}{'contents'}[1]{'parent'} = 
$result_trees{'simplest_test_prefix_info'};
+$result_trees{'simplest_test_prefix_info'}{'contents'}[2]{'args'}[0]{'parent'} 
= $result_trees{'simplest_test_prefix_info'}{'contents'}[2];
+$result_trees{'simplest_test_prefix_info'}{'contents'}[2]{'parent'} = 
$result_trees{'simplest_test_prefix_info'};
+
+$result_texis{'simplest_test_prefix_info'} = '\\input texinfo @c -*-texinfo-*-
+
address@hidden simplest.info
+
address@hidden Top
+
+This is a very simple texi manual @  <>.
+
address@hidden
+';
+
+
+$result_texts{'simplest_test_prefix_info'} = '
+
+This is a very simple texi manual   <>.
+
+';
+
+$result_sectioning{'simplest_test_prefix_info'} = {};
+
+$result_nodes{'simplest_test_prefix_info'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top',
+    'spaces_before_argument' => ' '
+  },
+  'node_up' => {
+    'extra' => {
+      'manual_content' => [
+        {
+          'text' => 'dir'
+        }
+      ],
+      'top_node_up' => {}
+    },
+    'type' => 'top_node_up'
+  }
+};
+$result_nodes{'simplest_test_prefix_info'}{'node_up'}{'extra'}{'top_node_up'} 
= $result_nodes{'simplest_test_prefix_info'};
+
+$result_menus{'simplest_test_prefix_info'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top',
+    'spaces_before_argument' => ' '
+  }
+};
+
+$result_errors{'simplest_test_prefix_info'} = [];
+
+
+1;

Deleted: trunk/tp/tests/formatting/float_copying.texi
===================================================================
--- trunk/tp/tests/formatting/float_copying.texi        2018-10-13 16:44:28 UTC 
(rev 8284)
+++ trunk/tp/tests/formatting/float_copying.texi        2018-10-13 17:01:25 UTC 
(rev 8285)
@@ -1,67 +0,0 @@
-\input texinfo @c -*-texinfo-*-
-
address@hidden float_copying.info
-
address@hidden 
-
address@hidden Copyright notice, public domain
-
-Public domain is not really a licence, as it means than 
-the author abandon his copyright.
-
address@hidden Public Domain address@hidden
-The caption copying footnote
address@hidden copying footnote anchor}
-
address@hidden indexed caption copying footnote
address@hidden public domain function
-
-see @ref{Copying and floats}.
-
-}
-
address@hidden domain anchor}
address@hidden indexed caption
address@hidden indexed caption function
-}
address@hidden float
address@hidden copying
-
address@hidden Top
address@hidden Top
-
address@hidden Top
-
-See the caption @ref{public domain anchor}.
-
-See the float @ref{public domain}.
-
address@hidden
-
address@hidden
-* Copying and floats::
address@hidden menu
-
address@hidden Copying and floats
address@hidden Copying and floats
-
-In the appendix, we print the references and the copying once more
-and the list of coyright notices (listoffloats).
-
-See the caption @ref{public domain anchor}.
-
-See the float @ref{public domain}.
-
address@hidden listofloats
-
address@hidden
address@hidden
-
address@hidden listoffloats
address@hidden Copyright notice
-
address@hidden printindex
address@hidden cp
address@hidden fn
-
address@hidden

Modified: trunk/tp/tests/formatting/list-of-tests
===================================================================
--- trunk/tp/tests/formatting/list-of-tests     2018-10-13 16:44:28 UTC (rev 
8284)
+++ trunk/tp/tests/formatting/list-of-tests     2018-10-13 17:01:25 UTC (rev 
8285)
@@ -4,17 +4,11 @@
 test_redefine_need test_need.texi --init redefine_need.init
 
 # diverse
-split_nocopying split_nocopying.texi --info
-split_nocopying_split split_nocopying.texi --info --split-size 10
 # FIXME /dev/null not portable
 split_nocopying_split_dev_null split_nocopying.texi --info --split-size 1 -o 
/dev/null
-simplest_test_prefix simplest.texi --set-customization-variable 'PREFIX truc'
-simplest_test_prefix_info simplest.texi --info --set-customization-variable 
'PREFIX truc'
 simplest_test_css simplest.texi --css-include file.css
-simplest_test_date_in_header simplest.texi --set-customization-variable 
'DATE_IN_HEADER 1'
 documentlanguage_set_option documentlanguage_set.texi --document-language fr
 documentlanguage_set_unknown documentlanguage_set.texi --document-language 
unknown
 documentlanguage_set_option_info documentlanguage_set.texi --info 
--document-language fr
-float_copying float_copying.texi --split chapter
 simple_with_menu_docbook_info simple_with_menu.texi --docbook --info
 split_for_format_not_split simplest.texi --xml --split chapter




reply via email to

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