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{'paragraph_in_cells'} = {
'contents' => [
{
'contents' => [
{
'args' => [
{
'contents' => [
{
'contents' => [
{
'text' => 'AAA'
}
],
'type' => 'bracketed_arg'
},
{
'text' => ' '
},
{
'contents' => [
{
'text' => 'BBB'
}
],
'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' => [
{
'text' => 'truc '
}
],
'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' => 'bidule
'
}
],
'type' => 'paragraph'
}
],
'extra' => {
'cell_number' => 2
},
'source_info' => {
'file_name' => '',
'line_nr' => 2,
'macro' => ''
}
}
],
'extra' => {
'row_number' => 1
},
'type' => 'row'
},
{
'contents' => [
{
'cmdname' => 'item',
'contents' => [
{
'text' => ' ',
'type' => 'ignorable_spaces_after_command'
},
{
'contents' => [
{
'text' => 'begin item
'
}
],
'type' => 'paragraph'
},
{
'text' => '
',
'type' => 'empty_line'
},
{
'contents' => [
{
'text' => 'new paragraph in item.
'
}
],
'type' => 'paragraph'
},
{
'text' => '
',
'type' => 'empty_line'
}
],
'extra' => {
'cell_number' => 1
},
'source_info' => {
'file_name' => '',
'line_nr' => 3,
'macro' => ''
}
},
{
'cmdname' => 'tab',
'contents' => [
{
'text' => ' ',
'type' => 'ignorable_spaces_after_command'
},
{
'contents' => [
{
'text' => 'begin tab
'
}
],
'type' => 'paragraph'
},
{
'text' => '
',
'type' => 'empty_line'
},
{
'contents' => [
{
'text' => 'new paragraph in tab.
'
}
],
'type' => 'paragraph'
}
],
'extra' => {
'cell_number' => 2
},
'source_info' => {
'file_name' => '',
'line_nr' => 7,
'macro' => ''
}
}
],
'extra' => {
'row_number' => 2
},
'type' => 'row'
}
],
'type' => 'multitable_body'
},
{
'args' => [
{
'contents' => [
{
'text' => 'multitable'
}
],
'type' => 'line_arg'
}
],
'cmdname' => 'end',
'extra' => {
'text_arg' => 'multitable'
},
'info' => {
'spaces_before_argument' => {
'text' => ' '
}
},
'source_info' => {
'file_name' => '',
'line_nr' => 10,
'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{'paragraph_in_cells'} = '@multitable {AAA} {BBB}
@item truc @tab bidule
@item begin item
new paragraph in item.
@tab begin tab
new paragraph in tab.
@end multitable';
$result_texts{'paragraph_in_cells'} = 'truc bidule
begin item
new paragraph in item.
begin tab
new paragraph in tab.
';
$result_errors{'paragraph_in_cells'} = [];
$result_floats{'paragraph_in_cells'} = {};
$result_converted{'plaintext'}->{'paragraph_in_cells'} = 'truc bidule
begin begin
item tab
new new
paragraphparagraph
in in
item. tab.
';
$result_converted{'html_text'}->{'paragraph_in_cells'} = '<table class="multitable">
<tbody><tr><td>truc</td><td>bidule</td></tr>
<tr><td>begin item
<p>new paragraph in item.
</p></td><td>begin tab
<p>new paragraph in tab.
</p></td></tr>
</tbody>
</table>
';
$result_converted{'xml'}->{'paragraph_in_cells'} = '<multitable spaces=" " endspaces=" "><columnprototypes><columnprototype bracketed="on">AAA</columnprototype> <columnprototype bracketed="on">BBB</columnprototype></columnprototypes>
<tbody><row><entry command="item"> <para>truc </para></entry><entry command="tab"> <para>bidule
</para></entry></row><row><entry command="item"> <para>begin item
</para>
<para>new paragraph in item.
</para>
</entry><entry command="tab"> <para>begin tab
</para>
<para>new paragraph in tab.
</para></entry></row></tbody></multitable>';
1;