texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp TODO t/02coverage.t t/10menu.t t/181...


From: Patrice Dumas
Subject: texinfo/tp TODO t/02coverage.t t/10menu.t t/181...
Date: Fri, 24 Jun 2011 07:42:47 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/06/24 07:42:47

Modified files:
        tp             : TODO 
        tp/t           : 02coverage.t 10menu.t 181quotation.t 
                         18itemize.t 
Added files:
        tp/t/results/coverage: comment_on_cartouche_line.pl 
                               comment_on_group_line.pl 
        tp/t/results/itemize: comment_first_on_enumerate_line.pl 
                              comment_first_on_itemize_line.pl 
        tp/t/results/menu: comment_on_menu_line.pl 
        tp/t/results/plaintext_tests: space_at_menu_end.pl 
        tp/t/results/quotation: only_comment_on_quotation_line.pl 

Log message:
        Add tests for comments on block command lines.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/TODO?cvsroot=texinfo&r1=1.136&r2=1.137
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/02coverage.t?cvsroot=texinfo&r1=1.48&r2=1.49
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/10menu.t?cvsroot=texinfo&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/181quotation.t?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/18itemize.t?cvsroot=texinfo&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/coverage/comment_on_cartouche_line.pl?cvsroot=texinfo&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/coverage/comment_on_group_line.pl?cvsroot=texinfo&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/itemize/comment_first_on_enumerate_line.pl?cvsroot=texinfo&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/itemize/comment_first_on_itemize_line.pl?cvsroot=texinfo&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/menu/comment_on_menu_line.pl?cvsroot=texinfo&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/plaintext_tests/space_at_menu_end.pl?cvsroot=texinfo&rev=1.5
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/quotation/only_comment_on_quotation_line.pl?cvsroot=texinfo&rev=1.1

Patches:
Index: TODO
===================================================================
RCS file: /sources/texinfo/texinfo/tp/TODO,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -b -r1.136 -r1.137
--- TODO        23 Jun 2011 22:52:46 -0000      1.136
+++ TODO        24 Jun 2011 07:42:45 -0000      1.137
@@ -120,6 +120,14 @@
 @address@hidden leads to R( in @var?  Test in 
 plaintext_tests/characters_and_commands_in_var
 
+construct like 
+  @menu @c 
+leads to a menu_comment holding a preformatted which only contains
+the comment, it would certainly be better to remove the preformatted
+and menu_comment as they a e basically empty.  In HTML this results in an
+empty <tr>.
+Test in menu/comment_on_menu_line
+
 Flag the last end of line of text in a raw format, to let the converter 
 remove it in case a running text is needed.  For example, in
   @html

Index: t/02coverage.t
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/02coverage.t,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- t/02coverage.t      3 Apr 2011 17:04:32 -0000       1.48
+++ t/02coverage.t      24 Jun 2011 07:42:45 -0000      1.49
@@ -261,6 +261,16 @@
 '@cartouche
 in cartouche.
 @end cartouche'],
+['comment_on_cartouche_line',
+'@cartouche @c comment
+in cartouche.
address@hidden cartouche
+'],
+['comment_on_group_line',
+'@group @c comment
+in group.
address@hidden group
+'],
 ['insertcopying',
 '@copying
 License.

Index: t/10menu.t
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/10menu.t,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- t/10menu.t  30 Apr 2011 09:53:58 -0000      1.17
+++ t/10menu.t  24 Jun 2011 07:42:45 -0000      1.18
@@ -73,6 +73,16 @@
 * a: (f)b3c.c,    address@hidden c
 @end menu
 '],
+['comment_on_menu_line',
+'@node Top
+
address@hidden  @c
+* first::
address@hidden menu
+
address@hidden first
address@hidden first
+'],
 ['no_colon_in_menu',
 '@node Top
 

Index: t/181quotation.t
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/181quotation.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- t/181quotation.t    16 Mar 2011 01:16:43 -0000      1.2
+++ t/181quotation.t    24 Jun 2011 07:42:45 -0000      1.3
@@ -67,6 +67,11 @@
 In quotation
 @end quotation
 '],
+['only_comment_on_quotation_line',
+'@quotation @c comment
+In quotation
address@hidden quotation
+'],
 );
 
 our ($arg_test_case, $arg_generate, $arg_debug);

Index: t/18itemize.t
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/18itemize.t,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- t/18itemize.t       4 Jun 2011 08:11:37 -0000       1.14
+++ t/18itemize.t       24 Jun 2011 07:42:45 -0000      1.15
@@ -19,6 +19,11 @@
 @item item
 @end itemize
 '],
+['comment_first_on_itemize_line',
+'@itemize @c comment on itemize line
address@hidden first
address@hidden itemize
+'],
 ['enumerate_argument',
 '@enumerate 1
 @end enumerate
@@ -45,6 +50,11 @@
 @item lower case second
 @end enumerate
 '],
+['comment_first_on_enumerate_line',
+'@enumerate @c comment on enumerate line
address@hidden first
address@hidden enumerate
+'],
 ['enumerate_letters',
 '@enumerate c
 @item aaa

Index: t/results/coverage/comment_on_cartouche_line.pl
===================================================================
RCS file: t/results/coverage/comment_on_cartouche_line.pl
diff -N t/results/coverage/comment_on_cartouche_line.pl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ t/results/coverage/comment_on_cartouche_line.pl     24 Jun 2011 07:42:45 
-0000      1.1
@@ -0,0 +1,129 @@
+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);
+
+use utf8;
+
+$result_trees{'comment_on_cartouche_line'} = {
+  'contents' => [
+    {
+      'cmdname' => 'cartouche',
+      'contents' => [
+        {
+          'extra' => {
+            'command' => {}
+          },
+          'parent' => {},
+          'text' => ' ',
+          'type' => 'empty_spaces_after_command'
+        },
+        {
+          'args' => [
+            {
+              'parent' => {},
+              'text' => ' comment
+',
+              'type' => 'misc_arg'
+            }
+          ],
+          'cmdname' => 'c',
+          'parent' => {}
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'in cartouche.
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'extra' => {
+                    'command' => {}
+                  },
+                  'parent' => {},
+                  'text' => ' ',
+                  'type' => 'empty_spaces_after_command'
+                },
+                {
+                  'parent' => {},
+                  'text' => 'cartouche'
+                },
+                {
+                  'parent' => {},
+                  'text' => '
+',
+                  'type' => 'spaces_at_end'
+                }
+              ],
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'end',
+          'extra' => {
+            'command' => {},
+            'command_argument' => 'cartouche',
+            'text_arg' => 'cartouche'
+          },
+          'line_nr' => {
+            'file_name' => '',
+            'line_nr' => 3,
+            'macro' => ''
+          },
+          'parent' => {}
+        }
+      ],
+      'extra' => {
+        'end_command' => {}
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 1,
+        'macro' => ''
+      },
+      'parent' => {}
+    }
+  ],
+  'type' => 'text_root'
+};
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'comment_on_cartouche_line'}{'contents'}[0];
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'comment_on_cartouche_line'}{'contents'}[0];
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[1];
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'comment_on_cartouche_line'}{'contents'}[0];
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'parent'}
 = $result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[2];
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'comment_on_cartouche_line'}{'contents'}[0];
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[3]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[3];
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[3]{'args'}[0];
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[3]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[3]{'args'}[0];
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[3]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[3]{'args'}[0];
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[3]{'args'}[0]{'parent'}
 = $result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[3];
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[3]{'extra'}{'command'}
 = $result_trees{'comment_on_cartouche_line'}{'contents'}[0];
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[3]{'parent'}
 = $result_trees{'comment_on_cartouche_line'}{'contents'}[0];
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'extra'}{'end_command'}
 = $result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'contents'}[3];
+$result_trees{'comment_on_cartouche_line'}{'contents'}[0]{'parent'} = 
$result_trees{'comment_on_cartouche_line'};
+
+$result_texis{'comment_on_cartouche_line'} = '@cartouche @c comment
+in cartouche.
address@hidden cartouche
+';
+
+
+$result_texts{'comment_on_cartouche_line'} = 'in cartouche.
+';
+
+$result_errors{'comment_on_cartouche_line'} = [];
+
+
+
+$result_converted{'plaintext'}->{'comment_on_cartouche_line'} = 'in cartouche.
+';
+
+1;

Index: t/results/coverage/comment_on_group_line.pl
===================================================================
RCS file: t/results/coverage/comment_on_group_line.pl
diff -N t/results/coverage/comment_on_group_line.pl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ t/results/coverage/comment_on_group_line.pl 24 Jun 2011 07:42:45 -0000      
1.1
@@ -0,0 +1,129 @@
+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);
+
+use utf8;
+
+$result_trees{'comment_on_group_line'} = {
+  'contents' => [
+    {
+      'cmdname' => 'group',
+      'contents' => [
+        {
+          'extra' => {
+            'command' => {}
+          },
+          'parent' => {},
+          'text' => ' ',
+          'type' => 'empty_spaces_after_command'
+        },
+        {
+          'args' => [
+            {
+              'parent' => {},
+              'text' => ' comment
+',
+              'type' => 'misc_arg'
+            }
+          ],
+          'cmdname' => 'c',
+          'parent' => {}
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'in group.
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'extra' => {
+                    'command' => {}
+                  },
+                  'parent' => {},
+                  'text' => ' ',
+                  'type' => 'empty_spaces_after_command'
+                },
+                {
+                  'parent' => {},
+                  'text' => 'group'
+                },
+                {
+                  'parent' => {},
+                  'text' => '
+',
+                  'type' => 'spaces_at_end'
+                }
+              ],
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'end',
+          'extra' => {
+            'command' => {},
+            'command_argument' => 'group',
+            'text_arg' => 'group'
+          },
+          'line_nr' => {
+            'file_name' => '',
+            'line_nr' => 3,
+            'macro' => ''
+          },
+          'parent' => {}
+        }
+      ],
+      'extra' => {
+        'end_command' => {}
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 1,
+        'macro' => ''
+      },
+      'parent' => {}
+    }
+  ],
+  'type' => 'text_root'
+};
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'comment_on_group_line'}{'contents'}[0];
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[0]{'parent'} 
= $result_trees{'comment_on_group_line'}{'contents'}[0];
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[1];
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[1]{'parent'} 
= $result_trees{'comment_on_group_line'}{'contents'}[0];
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'parent'}
 = $result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[2];
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[2]{'parent'} 
= $result_trees{'comment_on_group_line'}{'contents'}[0];
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[3]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[3];
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[3]{'args'}[0];
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[3]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[3]{'args'}[0];
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[3]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[3]{'args'}[0];
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[3]{'args'}[0]{'parent'}
 = $result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[3];
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[3]{'extra'}{'command'}
 = $result_trees{'comment_on_group_line'}{'contents'}[0];
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[3]{'parent'} 
= $result_trees{'comment_on_group_line'}{'contents'}[0];
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'extra'}{'end_command'} 
= $result_trees{'comment_on_group_line'}{'contents'}[0]{'contents'}[3];
+$result_trees{'comment_on_group_line'}{'contents'}[0]{'parent'} = 
$result_trees{'comment_on_group_line'};
+
+$result_texis{'comment_on_group_line'} = '@group @c comment
+in group.
address@hidden group
+';
+
+
+$result_texts{'comment_on_group_line'} = 'in group.
+';
+
+$result_errors{'comment_on_group_line'} = [];
+
+
+
+$result_converted{'plaintext'}->{'comment_on_group_line'} = 'in group.
+';
+
+1;

Index: t/results/itemize/comment_first_on_enumerate_line.pl
===================================================================
RCS file: t/results/itemize/comment_first_on_enumerate_line.pl
diff -N t/results/itemize/comment_first_on_enumerate_line.pl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ t/results/itemize/comment_first_on_enumerate_line.pl        24 Jun 2011 
07:42:45 -0000      1.1
@@ -0,0 +1,159 @@
+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);
+
+use utf8;
+
+$result_trees{'comment_first_on_enumerate_line'} = {
+  'contents' => [
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'args' => [
+                {
+                  'parent' => {},
+                  'text' => ' comment on enumerate line
+',
+                  'type' => 'misc_arg'
+                }
+              ],
+              'cmdname' => 'c',
+              'parent' => {}
+            }
+          ],
+          'parent' => {},
+          'type' => 'block_line_arg'
+        }
+      ],
+      'cmdname' => 'enumerate',
+      'contents' => [
+        {
+          'cmdname' => 'item',
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => 'first
+'
+                }
+              ],
+              'parent' => {},
+              'type' => 'paragraph'
+            }
+          ],
+          'extra' => {
+            'item_number' => 1
+          },
+          'parent' => {}
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'extra' => {
+                    'command' => {}
+                  },
+                  'parent' => {},
+                  'text' => ' ',
+                  'type' => 'empty_spaces_after_command'
+                },
+                {
+                  'parent' => {},
+                  'text' => 'enumerate'
+                },
+                {
+                  'parent' => {},
+                  'text' => '
+',
+                  'type' => 'spaces_at_end'
+                }
+              ],
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'end',
+          'extra' => {
+            'command' => {},
+            'command_argument' => 'enumerate',
+            'text_arg' => 'enumerate'
+          },
+          'line_nr' => {
+            'file_name' => '',
+            'line_nr' => 3,
+            'macro' => ''
+          },
+          'parent' => {}
+        }
+      ],
+      'extra' => {
+        'end_command' => {},
+        'enumerate_specification' => 1
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 1,
+        'macro' => ''
+      },
+      'parent' => {}
+    }
+  ],
+  'type' => 'text_root'
+};
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'comment_first_on_enumerate_line'}{'contents'}[0];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'args'}[0];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'args'}[0]{'contents'}[1];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'args'}[0];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'args'}[0]{'parent'}
 = $result_trees{'comment_first_on_enumerate_line'}{'contents'}[0];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'extra'}{'command'}
 = 
$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[0];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[0];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[0]{'contents'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[0]{'contents'}[1];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[0];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'comment_first_on_enumerate_line'}{'contents'}[0];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = 
$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[1];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[1];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[1]{'extra'}{'command'}
 = $result_trees{'comment_first_on_enumerate_line'}{'contents'}[0];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'comment_first_on_enumerate_line'}{'contents'}[0];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'extra'}{'end_command'}
 = 
$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'contents'}[1];
+$result_trees{'comment_first_on_enumerate_line'}{'contents'}[0]{'parent'} = 
$result_trees{'comment_first_on_enumerate_line'};
+
+$result_texis{'comment_first_on_enumerate_line'} = '@enumerate @c comment on 
enumerate line
address@hidden first
address@hidden enumerate
+';
+
+
+$result_texts{'comment_first_on_enumerate_line'} = '1. first
+';
+
+$result_errors{'comment_first_on_enumerate_line'} = [];
+
+
+
+$result_converted{'plaintext'}->{'comment_first_on_enumerate_line'} = '  1. 
first
+';
+
+1;

Index: t/results/itemize/comment_first_on_itemize_line.pl
===================================================================
RCS file: t/results/itemize/comment_first_on_itemize_line.pl
diff -N t/results/itemize/comment_first_on_itemize_line.pl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ t/results/itemize/comment_first_on_itemize_line.pl  24 Jun 2011 07:42:45 
-0000      1.1
@@ -0,0 +1,170 @@
+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);
+
+use utf8;
+
+$result_trees{'comment_first_on_itemize_line'} = {
+  'contents' => [
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'args' => [
+                {
+                  'parent' => {},
+                  'text' => ' comment on itemize line
+',
+                  'type' => 'misc_arg'
+                }
+              ],
+              'cmdname' => 'c',
+              'parent' => {}
+            }
+          ],
+          'parent' => {},
+          'type' => 'block_line_arg'
+        }
+      ],
+      'cmdname' => 'itemize',
+      'contents' => [
+        {
+          'cmdname' => 'item',
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'contents' => [
+                {
+                  'parent' => {},
+                  'text' => 'first
+'
+                }
+              ],
+              'parent' => {},
+              'type' => 'paragraph'
+            }
+          ],
+          'extra' => {
+            'item_number' => 1
+          },
+          'parent' => {}
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'extra' => {
+                    'command' => {}
+                  },
+                  'parent' => {},
+                  'text' => ' ',
+                  'type' => 'empty_spaces_after_command'
+                },
+                {
+                  'parent' => {},
+                  'text' => 'itemize'
+                },
+                {
+                  'parent' => {},
+                  'text' => '
+',
+                  'type' => 'spaces_at_end'
+                }
+              ],
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'end',
+          'extra' => {
+            'command' => {},
+            'command_argument' => 'itemize',
+            'text_arg' => 'itemize'
+          },
+          'line_nr' => {
+            'file_name' => '',
+            'line_nr' => 3,
+            'macro' => ''
+          },
+          'parent' => {}
+        }
+      ],
+      'extra' => {
+        'block_command_line_contents' => [
+          [
+            {
+              'cmdname' => 'bullet',
+              'parent' => {},
+              'type' => 'command_as_argument'
+            }
+          ]
+        ],
+        'command_as_argument' => {},
+        'end_command' => {}
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 1,
+        'macro' => ''
+      },
+      'parent' => {}
+    }
+  ],
+  'type' => 'text_root'
+};
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'comment_first_on_itemize_line'}{'contents'}[0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'args'}[0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'args'}[0]{'contents'}[1];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'args'}[0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'args'}[0]{'parent'}
 = $result_trees{'comment_first_on_itemize_line'}{'contents'}[0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[0]{'contents'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[0]{'contents'}[1];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'comment_first_on_itemize_line'}{'contents'}[0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[1];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = $result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[1];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[1]{'extra'}{'command'}
 = $result_trees{'comment_first_on_itemize_line'}{'contents'}[0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'comment_first_on_itemize_line'}{'contents'}[0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'extra'}{'block_command_line_contents'}[0][0]{'parent'}
 = $result_trees{'comment_first_on_itemize_line'}{'contents'}[0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'extra'}{'command_as_argument'}
 = 
$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'extra'}{'block_command_line_contents'}[0][0];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'extra'}{'end_command'}
 = $result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'contents'}[1];
+$result_trees{'comment_first_on_itemize_line'}{'contents'}[0]{'parent'} = 
$result_trees{'comment_first_on_itemize_line'};
+
+$result_texis{'comment_first_on_itemize_line'} = '@itemize @c comment on 
itemize line
address@hidden first
address@hidden itemize
+';
+
+
+$result_texts{'comment_first_on_itemize_line'} = 'first
+';
+
+$result_errors{'comment_first_on_itemize_line'} = [];
+
+
+
+$result_converted{'plaintext'}->{'comment_first_on_itemize_line'} = '   * first
+';
+
+1;

Index: t/results/menu/comment_on_menu_line.pl
===================================================================
RCS file: t/results/menu/comment_on_menu_line.pl
diff -N t/results/menu/comment_on_menu_line.pl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ t/results/menu/comment_on_menu_line.pl      24 Jun 2011 07:42:45 -0000      
1.1
@@ -0,0 +1,477 @@
+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);
+
+use utf8;
+
+$result_trees{'comment_on_menu_line'} = {
+  'contents' => [
+    {
+      'contents' => [],
+      'parent' => {},
+      'type' => 'text_root'
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'Top'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'cmdname' => 'menu',
+          'contents' => [
+            {
+              'contents' => [
+                {
+                  'contents' => [
+                    {
+                      'extra' => {
+                        'command' => {}
+                      },
+                      'parent' => {},
+                      'text' => '  ',
+                      'type' => 'empty_spaces_after_command'
+                    },
+                    {
+                      'args' => [
+                        {
+                          'parent' => {},
+                          'text' => '
+',
+                          'type' => 'misc_arg'
+                        }
+                      ],
+                      'cmdname' => 'c',
+                      'parent' => {}
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'preformatted'
+                }
+              ],
+              'parent' => {},
+              'type' => 'menu_comment'
+            },
+            {
+              'args' => [
+                {
+                  'parent' => {},
+                  'text' => '* ',
+                  'type' => 'menu_entry_leading_text'
+                },
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => 'first'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_node'
+                },
+                {
+                  'parent' => {},
+                  'text' => '::',
+                  'type' => 'menu_entry_separator'
+                },
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => '
+'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_description'
+                }
+              ],
+              'extra' => {
+                'menu_entry_description' => {},
+                'menu_entry_node' => {
+                  'node_content' => [
+                    {}
+                  ],
+                  'normalized' => 'first'
+                }
+              },
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 4,
+                'macro' => ''
+              },
+              'parent' => {},
+              'type' => 'menu_entry'
+            },
+            {
+              'args' => [
+                {
+                  'contents' => [
+                    {
+                      'extra' => {
+                        'command' => {}
+                      },
+                      'parent' => {},
+                      'text' => ' ',
+                      'type' => 'empty_spaces_after_command'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => 'menu'
+                    },
+                    {
+                      'parent' => {},
+                      'text' => '
+',
+                      'type' => 'spaces_at_end'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'misc_line_arg'
+                }
+              ],
+              'cmdname' => 'end',
+              'extra' => {
+                'command' => {},
+                'command_argument' => 'menu',
+                'text_arg' => 'menu'
+              },
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 5,
+                'macro' => ''
+              },
+              'parent' => {}
+            }
+          ],
+          'extra' => {
+            'end_command' => {}
+          },
+          'line_nr' => {
+            'file_name' => '',
+            'line_nr' => 3,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        }
+      ],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'Top'
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 1,
+        'macro' => ''
+      },
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'first'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'chapter',
+      'contents' => [],
+      'extra' => {
+        'misc_content' => [
+          {}
+        ]
+      },
+      'level' => 1,
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 7,
+        'macro' => ''
+      },
+      'number' => 1,
+      'parent' => {}
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'first'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'first'
+          }
+        ],
+        'normalized' => 'first'
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 8,
+        'macro' => ''
+      },
+      'parent' => {}
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'comment_on_menu_line'}{'contents'}[0]{'parent'} = 
$result_trees{'comment_on_menu_line'};
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[1]{'args'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[1]{'args'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[1]{'args'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'args'}[0]{'parent'} = 
$result_trees{'comment_on_menu_line'}{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[0]{'parent'} 
= $result_trees{'comment_on_menu_line'}{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'contents'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'contents'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[1]{'parent'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[2]{'parent'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[3]{'contents'}[0]{'parent'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[3];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[3]{'parent'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[3];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[1]{'contents'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'parent'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[2];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'args'}[0]{'parent'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[2];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'extra'}{'command'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'parent'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'extra'}{'end_command'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'contents'}[2];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[1]{'parent'} 
= $result_trees{'comment_on_menu_line'}{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'contents'}[2]{'parent'} 
= $result_trees{'comment_on_menu_line'}{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'args'}[0]{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[1]{'extra'}{'node_content'};
+$result_trees{'comment_on_menu_line'}{'contents'}[1]{'parent'} = 
$result_trees{'comment_on_menu_line'};
+$result_trees{'comment_on_menu_line'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[2];
+$result_trees{'comment_on_menu_line'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[2]{'args'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[2]{'args'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[2]{'args'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[2]{'args'}[0]{'parent'} = 
$result_trees{'comment_on_menu_line'}{'contents'}[2];
+$result_trees{'comment_on_menu_line'}{'contents'}[2]{'extra'}{'misc_content'}[0]
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[2]{'args'}[0]{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[2]{'parent'} = 
$result_trees{'comment_on_menu_line'};
+$result_trees{'comment_on_menu_line'}{'contents'}[3]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[3];
+$result_trees{'comment_on_menu_line'}{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[3]{'args'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[3]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[3]{'args'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[3]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'comment_on_menu_line'}{'contents'}[3]{'args'}[0];
+$result_trees{'comment_on_menu_line'}{'contents'}[3]{'args'}[0]{'parent'} = 
$result_trees{'comment_on_menu_line'}{'contents'}[3];
+$result_trees{'comment_on_menu_line'}{'contents'}[3]{'extra'}{'node_content'}[0]
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[3]{'args'}[0]{'contents'}[1];
+$result_trees{'comment_on_menu_line'}{'contents'}[3]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = 
$result_trees{'comment_on_menu_line'}{'contents'}[3]{'extra'}{'node_content'};
+$result_trees{'comment_on_menu_line'}{'contents'}[3]{'parent'} = 
$result_trees{'comment_on_menu_line'};
+
+$result_texis{'comment_on_menu_line'} = '@node Top
+
address@hidden  @c
+* first::
address@hidden menu
+
address@hidden first
address@hidden first
+';
+
+
+$result_texts{'comment_on_menu_line'} = '
+* first::
+
+1 first
+*******
+';
+
+$result_sectioning{'comment_on_menu_line'} = {
+  'level' => 0,
+  'section_childs' => [
+    {
+      'cmdname' => 'chapter',
+      'extra' => {
+        'associated_node' => {
+          'cmdname' => 'node',
+          'extra' => {
+            'normalized' => 'Top'
+          }
+        }
+      },
+      'level' => 1,
+      'number' => 1,
+      'section_up' => {}
+    }
+  ]
+};
+$result_sectioning{'comment_on_menu_line'}{'section_childs'}[0]{'section_up'} 
= $result_sectioning{'comment_on_menu_line'};
+
+$result_nodes{'comment_on_menu_line'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'associated_section' => {
+      'cmdname' => 'chapter',
+      'extra' => {},
+      'level' => 1,
+      'number' => 1
+    },
+    'normalized' => 'Top'
+  },
+  'menu_child' => {
+    'cmdname' => 'node',
+    'extra' => {
+      'normalized' => 'first'
+    },
+    'node_prev' => {},
+    'node_up' => {}
+  },
+  'menus' => [
+    {
+      'cmdname' => 'menu',
+      'extra' => {
+        'end_command' => {
+          'cmdname' => 'end',
+          'extra' => {
+            'command' => {},
+            'command_argument' => 'menu',
+            'text_arg' => 'menu'
+          }
+        }
+      }
+    }
+  ],
+  'node_next' => {},
+  'node_up' => {
+    'extra' => {
+      'manual_content' => [
+        {
+          'text' => 'dir'
+        }
+      ]
+    }
+  }
+};
+$result_nodes{'comment_on_menu_line'}{'menu_child'}{'node_prev'} = 
$result_nodes{'comment_on_menu_line'};
+$result_nodes{'comment_on_menu_line'}{'menu_child'}{'node_up'} = 
$result_nodes{'comment_on_menu_line'};
+$result_nodes{'comment_on_menu_line'}{'menus'}[0]{'extra'}{'end_command'}{'extra'}{'command'}
 = $result_nodes{'comment_on_menu_line'}{'menus'}[0];
+$result_nodes{'comment_on_menu_line'}{'node_next'} = 
$result_nodes{'comment_on_menu_line'}{'menu_child'};
+
+$result_menus{'comment_on_menu_line'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top'
+  },
+  'menu_child' => {
+    'cmdname' => 'node',
+    'extra' => {
+      'normalized' => 'first'
+    },
+    'menu_up' => {},
+    'menu_up_hash' => {
+      'Top' => 1
+    }
+  }
+};
+$result_menus{'comment_on_menu_line'}{'menu_child'}{'menu_up'} = 
$result_menus{'comment_on_menu_line'};
+
+$result_errors{'comment_on_menu_line'} = [];
+
+
+
+$result_converted{'plaintext'}->{'comment_on_menu_line'} = '* Menu:
+
+* first::
+
+1 first
+*******
+
+';
+
+1;

Index: t/results/plaintext_tests/space_at_menu_end.pl
===================================================================
RCS file: t/results/plaintext_tests/space_at_menu_end.pl
diff -N t/results/plaintext_tests/space_at_menu_end.pl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ t/results/plaintext_tests/space_at_menu_end.pl      24 Jun 2011 07:42:46 
-0000      1.5
@@ -0,0 +1,256 @@
+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_trees{'space_at_menu_end'} = {
+  'contents' => [
+    {
+      'contents' => [],
+      'parent' => {},
+      'type' => 'text_root'
+    },
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'parent' => {},
+              'text' => 'Top'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'spaces_at_end'
+            }
+          ],
+          'parent' => {},
+          'type' => 'misc_line_arg'
+        }
+      ],
+      'cmdname' => 'node',
+      'contents' => [
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'cmdname' => 'menu',
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'empty_line_after_command'
+            },
+            {
+              'args' => [
+                {
+                  'parent' => {},
+                  'text' => '* ',
+                  'type' => 'menu_entry_leading_text'
+                },
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => '(out)'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_node'
+                },
+                {
+                  'parent' => {},
+                  'text' => '::',
+                  'type' => 'menu_entry_separator'
+                },
+                {
+                  'contents' => [
+                    {
+                      'parent' => {},
+                      'text' => '
+'
+                    }
+                  ],
+                  'parent' => {},
+                  'type' => 'menu_entry_description'
+                }
+              ],
+              'extra' => {
+                'menu_entry_node' => {
+                  'manual_content' => [
+                    {
+                      'parent' => {},
+                      'text' => 'out'
+                    }
+                  ]
+                }
+              },
+              'line_nr' => {
+                'file_name' => '',
+                'line_nr' => 4,
+                'macro' => ''
+              },
+              'parent' => {},
+              'type' => 'menu_entry'
+            },
+            {
+              'parent' => {},
+              'text' => '
+',
+              'type' => 'after_description_line'
+            },
+            {
+              'contents' => [],
+              'parent' => {},
+              'type' => 'menu_comment'
+            }
+          ],
+          'line_nr' => {
+            'file_name' => '',
+            'line_nr' => 3,
+            'macro' => ''
+          },
+          'parent' => {}
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line_after_command'
+        },
+        {
+          'parent' => {},
+          'text' => '
+',
+          'type' => 'empty_line'
+        },
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'A para.
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        }
+      ],
+      'extra' => {
+        'node_content' => [
+          {}
+        ],
+        'nodes_manuals' => [
+          {
+            'node_content' => [],
+            'normalized' => 'Top'
+          }
+        ],
+        'normalized' => 'Top'
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 1,
+        'macro' => ''
+      },
+      'parent' => {}
+    }
+  ],
+  'type' => 'document_root'
+};
+$result_trees{'space_at_menu_end'}{'contents'}[0]{'parent'} = 
$result_trees{'space_at_menu_end'};
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'space_at_menu_end'}{'contents'}[1]{'args'}[0];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'space_at_menu_end'}{'contents'}[1]{'args'}[0];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = $result_trees{'space_at_menu_end'}{'contents'}[1]{'args'}[0];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'args'}[0]{'parent'} = 
$result_trees{'space_at_menu_end'}{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[0]{'parent'} = 
$result_trees{'space_at_menu_end'}{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[0]{'parent'}
 = $result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[1]{'contents'}[0]{'parent'}
 = 
$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[1]{'parent'}
 = 
$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[2]{'parent'}
 = 
$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[3]{'contents'}[0]{'parent'}
 = 
$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[3];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[3]{'parent'}
 = 
$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'extra'}{'menu_entry_node'}{'manual_content'}[0]{'parent'}
 = 
$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'args'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[1]{'parent'}
 = $result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[2]{'parent'}
 = $result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'contents'}[3]{'parent'}
 = $result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[1]{'parent'} = 
$result_trees{'space_at_menu_end'}{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[2]{'parent'} = 
$result_trees{'space_at_menu_end'}{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[3]{'parent'} = 
$result_trees{'space_at_menu_end'}{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[4]{'contents'}[0]{'parent'}
 = $result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[4];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'contents'}[4]{'parent'} = 
$result_trees{'space_at_menu_end'}{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'extra'}{'node_content'}[0] 
= $result_trees{'space_at_menu_end'}{'contents'}[1]{'args'}[0]{'contents'}[1];
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}
 = $result_trees{'space_at_menu_end'}{'contents'}[1]{'extra'}{'node_content'};
+$result_trees{'space_at_menu_end'}{'contents'}[1]{'parent'} = 
$result_trees{'space_at_menu_end'};
+
+$result_texis{'space_at_menu_end'} = '@node Top
+
address@hidden
+* (out)::
+
address@hidden menu
+
+A para.
+';
+
+
+$result_texts{'space_at_menu_end'} = '
+* (out)::
+
+
+A para.
+';
+
+$result_sectioning{'space_at_menu_end'} = {};
+
+$result_nodes{'space_at_menu_end'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top'
+  },
+  'menus' => [
+    {
+      'cmdname' => 'menu'
+    }
+  ],
+  'node_up' => {
+    'extra' => {
+      'manual_content' => [
+        {
+          'text' => 'dir'
+        }
+      ]
+    }
+  }
+};
+
+$result_menus{'space_at_menu_end'} = {
+  'cmdname' => 'node',
+  'extra' => {
+    'normalized' => 'Top'
+  }
+};
+
+$result_errors{'space_at_menu_end'} = [];
+
+
+
+$result_converted{'plaintext'}->{'space_at_menu_end'} = '
+* Menu:
+
+* (out)::
+
+A para.
+';
+
+1;

Index: t/results/quotation/only_comment_on_quotation_line.pl
===================================================================
RCS file: t/results/quotation/only_comment_on_quotation_line.pl
diff -N t/results/quotation/only_comment_on_quotation_line.pl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ t/results/quotation/only_comment_on_quotation_line.pl       24 Jun 2011 
07:42:46 -0000      1.1
@@ -0,0 +1,139 @@
+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);
+
+use utf8;
+
+$result_trees{'only_comment_on_quotation_line'} = {
+  'contents' => [
+    {
+      'args' => [
+        {
+          'contents' => [
+            {
+              'extra' => {
+                'command' => {}
+              },
+              'parent' => {},
+              'text' => ' ',
+              'type' => 'empty_spaces_after_command'
+            },
+            {
+              'args' => [
+                {
+                  'parent' => {},
+                  'text' => ' comment
+',
+                  'type' => 'misc_arg'
+                }
+              ],
+              'cmdname' => 'c',
+              'parent' => {}
+            }
+          ],
+          'parent' => {},
+          'type' => 'block_line_arg'
+        }
+      ],
+      'cmdname' => 'quotation',
+      'contents' => [
+        {
+          'contents' => [
+            {
+              'parent' => {},
+              'text' => 'In quotation
+'
+            }
+          ],
+          'parent' => {},
+          'type' => 'paragraph'
+        },
+        {
+          'args' => [
+            {
+              'contents' => [
+                {
+                  'extra' => {
+                    'command' => {}
+                  },
+                  'parent' => {},
+                  'text' => ' ',
+                  'type' => 'empty_spaces_after_command'
+                },
+                {
+                  'parent' => {},
+                  'text' => 'quotation'
+                },
+                {
+                  'parent' => {},
+                  'text' => '
+',
+                  'type' => 'spaces_at_end'
+                }
+              ],
+              'parent' => {},
+              'type' => 'misc_line_arg'
+            }
+          ],
+          'cmdname' => 'end',
+          'extra' => {
+            'command' => {},
+            'command_argument' => 'quotation',
+            'text_arg' => 'quotation'
+          },
+          'line_nr' => {
+            'file_name' => '',
+            'line_nr' => 3,
+            'macro' => ''
+          },
+          'parent' => {}
+        }
+      ],
+      'extra' => {
+        'end_command' => {}
+      },
+      'line_nr' => {
+        'file_name' => '',
+        'line_nr' => 1,
+        'macro' => ''
+      },
+      'parent' => {}
+    }
+  ],
+  'type' => 'text_root'
+};
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = $result_trees{'only_comment_on_quotation_line'}{'contents'}[0];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'args'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'args'}[0];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'args'}[0]{'contents'}[1];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'args'}[0];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'args'}[0]{'parent'}
 = $result_trees{'only_comment_on_quotation_line'}{'contents'}[0];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[0];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[0]{'parent'}
 = $result_trees{'only_comment_on_quotation_line'}{'contents'}[0];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'extra'}{'command'}
 = 
$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[1];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'}
 = 
$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[1]{'parent'}
 = 
$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[2]{'parent'}
 = 
$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[1]{'args'}[0];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'parent'}
 = 
$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[1];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[1]{'extra'}{'command'}
 = $result_trees{'only_comment_on_quotation_line'}{'contents'}[0];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[1]{'parent'}
 = $result_trees{'only_comment_on_quotation_line'}{'contents'}[0];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'extra'}{'end_command'}
 = 
$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'contents'}[1];
+$result_trees{'only_comment_on_quotation_line'}{'contents'}[0]{'parent'} = 
$result_trees{'only_comment_on_quotation_line'};
+
+$result_texis{'only_comment_on_quotation_line'} = '@quotation @c comment
+In quotation
address@hidden quotation
+';
+
+
+$result_texts{'only_comment_on_quotation_line'} = '
+In quotation
+';
+
+$result_errors{'only_comment_on_quotation_line'} = [];
+
+
+
+$result_converted{'plaintext'}->{'only_comment_on_quotation_line'} = '     In 
quotation
+';
+
+1;



reply via email to

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