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 %result_indices_sort_strings); use utf8; $result_trees{'w_in_multitable'} = { 'contents' => [ { 'contents' => [ { 'args' => [ { 'contents' => [ { 'contents' => [ { 'text' => 'aaaaaaaaa' } ], 'type' => 'bracketed_arg' }, { 'text' => ' ' }, { 'contents' => [ { 'text' => 'bbbbbbbbbbb' } ], 'type' => 'bracketed_arg' } ], 'info' => { 'spaces_after_argument' => { 'text' => ' ' } }, 'type' => 'block_line_arg' } ], 'cmdname' => 'multitable', 'contents' => [ { 'contents' => [ { 'contents' => [ { 'cmdname' => 'item', 'contents' => [ { 'text' => ' ', 'type' => 'ignorable_spaces_after_command' }, { 'contents' => [ { 'args' => [ { 'contents' => [ { 'text' => 'aaaaaaaa ' }, { 'text' => 'bbbbbbbbbb' } ], 'type' => 'brace_command_arg' } ], 'cmdname' => 'w', 'source_info' => { 'file_name' => '', 'line_nr' => 2, 'macro' => '' } }, { 'text' => ' ' } ], 'type' => 'paragraph' } ], 'extra' => { 'cell_number' => 1 }, 'source_info' => { 'file_name' => '', 'line_nr' => 2, 'macro' => '' } }, { 'cmdname' => 'tab', 'contents' => [ { 'text' => ' ', 'type' => 'ignorable_spaces_after_command' }, { 'contents' => [ { 'text' => 'gg ' } ], 'type' => 'paragraph' } ], 'extra' => { 'cell_number' => 2 }, 'source_info' => { 'file_name' => '', 'line_nr' => 4, 'macro' => '' } } ], 'extra' => { 'row_number' => 1 }, 'type' => 'row' } ], 'type' => 'multitable_body' }, { 'args' => [ { 'contents' => [ { 'text' => 'multitable' } ], 'info' => { 'spaces_after_argument' => { 'text' => ' ' } }, 'type' => 'line_arg' } ], 'cmdname' => 'end', 'extra' => { 'text_arg' => 'multitable' }, 'info' => { 'spaces_before_argument' => { 'text' => ' ' } }, 'source_info' => { 'file_name' => '', 'line_nr' => 5, 'macro' => '' } } ], 'extra' => { 'max_columns' => 2 }, 'info' => { 'spaces_before_argument' => { 'text' => ' ' } }, 'source_info' => { 'file_name' => '', 'line_nr' => 1, 'macro' => '' } } ], 'type' => 'before_node_section' } ], 'type' => 'document_root' }; $result_texis{'w_in_multitable'} = '@multitable {aaaaaaaaa} {bbbbbbbbbbb} @item @w{aaaaaaaa bbbbbbbbbb} @tab gg @end multitable '; $result_texts{'w_in_multitable'} = 'aaaaaaaa bbbbbbbbbb gg '; $result_errors{'w_in_multitable'} = []; $result_floats{'w_in_multitable'} = {}; $result_converted{'plaintext'}->{'w_in_multitable'} = 'aaaaaaaa bbbbbbbbbbgg '; $result_converted{'html_text'}->{'w_in_multitable'} = '
aaaaaaaa bbbbbbbbbbgg
'; $result_converted{'xml'}->{'w_in_multitable'} = 'aaaaaaaaa bbbbbbbbbbb aaaaaaaa bbbbbbbbbb gg '; 1;