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{'multitable_begin_with_tab'} = {
'contents' => [
{
'contents' => [
{
'args' => [
{
'contents' => [
{
'contents' => [
{
'text' => 'a'
}
],
'type' => 'bracketed_arg'
},
{
'text' => ' '
},
{
'contents' => [
{
'text' => 'b'
}
],
'type' => 'bracketed_arg'
}
],
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'block_line_arg'
}
],
'cmdname' => 'multitable',
'contents' => [
{
'contents' => [
{
'text' => ' ',
'type' => 'ignorable_spaces_after_command'
},
{
'contents' => [
{
'text' => 't
'
}
],
'type' => 'paragraph'
}
],
'type' => 'before_item'
},
{
'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' => 3,
'macro' => ''
}
}
],
'extra' => {
'max_columns' => 2
},
'info' => {
'spaces_before_argument' => {
'text' => ' '
}
},
'source_info' => {
'file_name' => '',
'line_nr' => 1,
'macro' => ''
}
},
{
'text' => '
',
'type' => 'empty_line'
},
{
'args' => [
{
'contents' => [
{
'contents' => [
{
'text' => 'c'
}
],
'type' => 'bracketed_arg'
},
{
'text' => ' '
},
{
'contents' => [
{
'text' => 'd'
}
],
'type' => 'bracketed_arg'
}
],
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'block_line_arg'
}
],
'cmdname' => 'multitable',
'contents' => [
{
'contents' => [
{
'text' => ' ',
'type' => 'ignorable_spaces_after_command'
},
{
'contents' => [
{
'text' => 't2
'
}
],
'type' => 'paragraph'
}
],
'type' => 'before_item'
},
{
'contents' => [
{
'contents' => [
{
'cmdname' => 'item',
'contents' => [
{
'text' => ' ',
'type' => 'ignorable_spaces_after_command'
},
{
'contents' => [
{
'text' => 'it
'
}
],
'type' => 'paragraph'
}
],
'extra' => {
'cell_number' => 1
},
'source_info' => {
'file_name' => '',
'line_nr' => 7,
'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' => 8,
'macro' => ''
}
}
],
'extra' => {
'max_columns' => 2
},
'info' => {
'spaces_before_argument' => {
'text' => ' '
}
},
'source_info' => {
'file_name' => '',
'line_nr' => 5,
'macro' => ''
}
}
],
'type' => 'before_node_section'
}
],
'type' => 'document_root'
};
$result_texis{'multitable_begin_with_tab'} = '@multitable {a} {b}
t
@end multitable
@multitable {c} {d}
t2
@item it
@end multitable
';
$result_texts{'multitable_begin_with_tab'} = 't
t2
it
';
$result_errors{'multitable_begin_with_tab'} = [
{
'error_line' => '@tab before @item
',
'file_name' => '',
'line_nr' => 2,
'macro' => '',
'text' => '@tab before @item',
'type' => 'error'
},
{
'error_line' => 'warning: @multitable has text but no @item
',
'file_name' => '',
'line_nr' => 1,
'macro' => '',
'text' => '@multitable has text but no @item',
'type' => 'warning'
},
{
'error_line' => '@tab before @item
',
'file_name' => '',
'line_nr' => 6,
'macro' => '',
'text' => '@tab before @item',
'type' => 'error'
}
];
$result_floats{'multitable_begin_with_tab'} = {};
1;