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{'in_errormsg'} = {
'contents' => [
{
'contents' => [
{
'text' => '
',
'type' => 'empty_line'
},
{
'args' => [
{
'contents' => [
{
'text' => 'in ref'
}
],
'type' => 'brace_command_arg'
}
],
'cmdname' => 'anchor',
'extra' => {
'normalized' => 'in-ref'
},
'source_info' => {
'file_name' => '',
'line_nr' => 2,
'macro' => ''
}
},
{
'text' => '
',
'type' => 'spaces_after_close_brace'
},
{
'contents' => [
{
'text' => 'Text. '
},
{
'args' => [
{
'contents' => [
{
'args' => [
{
'contents' => [
{
'text' => 'in anchor'
}
],
'type' => 'brace_command_arg'
}
],
'cmdname' => 'anchor',
'extra' => {
'normalized' => 'in-anchor'
},
'source_info' => {
'file_name' => '',
'line_nr' => 3,
'macro' => ''
}
},
{
'text' => ' ',
'type' => 'spaces_after_close_brace'
},
{
'args' => [
{
'contents' => [
{
'text' => 'in ref'
}
],
'extra' => {
'node_content' => [
{}
],
'normalized' => 'in-ref'
},
'type' => 'brace_command_arg'
}
],
'cmdname' => 'ref',
'source_info' => {
'file_name' => '',
'line_nr' => 3,
'macro' => ''
}
}
],
'type' => 'brace_command_arg'
}
],
'cmdname' => 'errormsg',
'source_info' => {
'file_name' => '',
'line_nr' => 3,
'macro' => ''
}
},
{
'text' => '
'
}
],
'type' => 'paragraph'
},
{
'text' => '
',
'type' => 'empty_line'
},
{
'args' => [
{
'info' => {
'spaces_before_argument' => {
'text' => '
'
}
},
'type' => 'brace_command_arg'
}
],
'cmdname' => 'errormsg',
'source_info' => {
'file_name' => '',
'line_nr' => 5,
'macro' => ''
}
},
{
'args' => [
{
'contents' => [
{
'cmdname' => 'asis',
'source_info' => {
'file_name' => '',
'line_nr' => 6,
'macro' => ''
},
'type' => 'command_as_argument'
}
],
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'block_line_arg'
}
],
'cmdname' => 'table',
'contents' => [
{
'contents' => [
{
'contents' => [
{
'args' => [
{
'contents' => [
{
'text' => 'item'
}
],
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'line_arg'
}
],
'cmdname' => 'item',
'info' => {
'spaces_before_argument' => {
'text' => ' '
}
},
'source_info' => {
'file_name' => '',
'line_nr' => 7,
'macro' => ''
}
}
],
'type' => 'table_term'
}
],
'type' => 'table_entry'
},
{
'args' => [
{
'contents' => [
{
'text' => 'table'
}
],
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'line_arg'
}
],
'cmdname' => 'end',
'extra' => {
'text_arg' => 'table'
},
'info' => {
'spaces_before_argument' => {
'text' => ' '
}
},
'source_info' => {
'file_name' => '',
'line_nr' => 8,
'macro' => ''
}
}
],
'extra' => {
'command_as_argument' => {}
},
'info' => {
'spaces_before_argument' => {
'text' => ' '
}
},
'source_info' => {
'file_name' => '',
'line_nr' => 6,
'macro' => ''
}
}
],
'type' => 'before_node_section'
}
],
'type' => 'document_root'
};
$result_trees{'in_errormsg'}{'contents'}[0]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[2]{'args'}[0]{'extra'}{'node_content'}[0] = $result_trees{'in_errormsg'}{'contents'}[0]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0];
$result_trees{'in_errormsg'}{'contents'}[0]{'contents'}[6]{'extra'}{'command_as_argument'} = $result_trees{'in_errormsg'}{'contents'}[0]{'contents'}[6]{'args'}[0]{'contents'}[0];
$result_texis{'in_errormsg'} = '
@anchor{in ref}
Text. @errormsg{@anchor{in anchor} @ref{in ref}}
@errormsg{
}@table @asis
@item item
@end table
';
$result_texts{'in_errormsg'} = '
Text.
item
';
$result_errors{'in_errormsg'} = [
{
'error_line' => 'warning: @anchor should not appear anywhere inside @errormsg
',
'file_name' => '',
'line_nr' => 3,
'macro' => '',
'text' => '@anchor should not appear anywhere inside @errormsg',
'type' => 'warning'
},
{
'error_line' => 'warning: @ref should not appear anywhere inside @errormsg
',
'file_name' => '',
'line_nr' => 3,
'macro' => '',
'text' => '@ref should not appear anywhere inside @errormsg',
'type' => 'warning'
},
{
'error_line' => '@errormsg missing closing brace
',
'file_name' => '',
'line_nr' => 5,
'macro' => '',
'text' => '@errormsg missing closing brace',
'type' => 'error'
},
{
'error_line' => 'misplaced }
',
'file_name' => '',
'line_nr' => 9,
'macro' => '',
'text' => 'misplaced }',
'type' => 'error'
}
];
$result_floats{'in_errormsg'} = {};
1;