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{'end_of_lines_protected'} = {
'contents' => [
{
'contents' => [
{
'cmdname' => 'deffn',
'contents' => [
{
'args' => [
{
'contents' => [
{
'extra' => {
'def_role' => 'category'
},
'text' => 'category'
},
{
'extra' => {
'def_role' => 'spaces'
},
'text' => ' ',
'type' => 'spaces'
},
{
'extra' => {
'def_role' => 'name'
},
'text' => 'deffn_name'
},
{
'extra' => {
'def_role' => 'spaces'
},
'text' => ' ',
'type' => 'spaces'
},
{
'extra' => {
'def_role' => 'arg'
},
'text' => 'arguments'
},
{
'extra' => {
'def_role' => 'spaces'
},
'source_marks' => [
{
'counter' => 1,
'position' => 1,
'sourcemark_type' => 'defline_continuation'
}
],
'text' => ' ',
'type' => 'spaces'
},
{
'extra' => {
'def_role' => 'arg'
},
'text' => 'more'
},
{
'extra' => {
'def_role' => 'spaces'
},
'text' => ' ',
'type' => 'spaces'
},
{
'contents' => [
{
'source_marks' => [
{
'counter' => 2,
'position' => 5,
'sourcemark_type' => 'defline_continuation'
}
],
'text' => 'args with end of line within'
}
],
'extra' => {
'def_role' => 'arg'
},
'source_info' => {
'file_name' => '',
'line_nr' => 2,
'macro' => ''
},
'type' => 'bracketed_arg'
},
{
'extra' => {
'def_role' => 'spaces'
},
'text' => ' ',
'type' => 'spaces'
},
{
'extra' => {
'def_role' => 'arg'
},
'text' => 'with'
},
{
'extra' => {
'def_role' => 'spaces'
},
'text' => ' ',
'type' => 'spaces'
},
{
'extra' => {
'def_role' => 'arg'
},
'text' => '3'
},
{
'extra' => {
'def_role' => 'spaces'
},
'text' => ' ',
'type' => 'spaces'
},
{
'cmdname' => '@',
'extra' => {
'def_role' => 'arg'
}
},
{
'extra' => {
'def_role' => 'spaces'
},
'text' => ' ',
'type' => 'spaces'
},
{
'cmdname' => '@',
'extra' => {
'def_role' => 'arg'
},
'source_marks' => [
{
'counter' => 3,
'sourcemark_type' => 'defline_continuation'
}
]
},
{
'extra' => {
'def_role' => 'spaces'
},
'text' => ' ',
'type' => 'spaces'
},
{
'contents' => [
{
'text' => 'one last arg'
}
],
'extra' => {
'def_role' => 'arg'
},
'source_info' => {
'file_name' => '',
'line_nr' => 4,
'macro' => ''
},
'type' => 'bracketed_arg'
}
],
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'block_line_arg'
}
],
'extra' => {
'def_command' => 'deffn',
'def_index_element' => {},
'index_entry' => [
'fn',
1
],
'original_def_cmdname' => 'deffn'
},
'source_info' => {
'file_name' => '',
'line_nr' => 1,
'macro' => ''
},
'type' => 'def_line'
},
{
'contents' => [
{
'contents' => [
{
'text' => 'deffn
'
}
],
'type' => 'paragraph'
}
],
'type' => 'def_item'
},
{
'args' => [
{
'contents' => [
{
'text' => 'deffn'
}
],
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'line_arg'
}
],
'cmdname' => 'end',
'extra' => {
'text_arg' => 'deffn'
},
'info' => {
'spaces_before_argument' => {
'text' => ' '
}
},
'source_info' => {
'file_name' => '',
'line_nr' => 6,
'macro' => ''
}
}
],
'info' => {
'spaces_before_argument' => {
'text' => ' '
}
},
'source_info' => {
'file_name' => '',
'line_nr' => 1,
'macro' => ''
}
}
],
'type' => 'before_node_section'
}
],
'type' => 'document_root'
};
$result_trees{'end_of_lines_protected'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'extra'}{'def_index_element'} = $result_trees{'end_of_lines_protected'}{'contents'}[0]{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[2];
$result_texis{'end_of_lines_protected'} = '@deffn category deffn_name arguments more {args with end of line within} with 3 @@ @@ {one last arg}
deffn
@end deffn
';
$result_texts{'end_of_lines_protected'} = 'category: deffn_name arguments more args with end of line within with 3 @ @ one last arg
deffn
';
$result_errors{'end_of_lines_protected'} = [
{
'error_line' => 'warning: entry for index `fn\' outside of any node
',
'file_name' => '',
'line_nr' => 4,
'macro' => '',
'text' => 'entry for index `fn\' outside of any node',
'type' => 'warning'
}
];
$result_floats{'end_of_lines_protected'} = {};
$result_indices_sort_strings{'end_of_lines_protected'} = {
'fn' => [
'deffn_name'
]
};
$result_converted{'plaintext'}->{'end_of_lines_protected'} = ' -- category: deffn_name arguments more args with end of line within
with 3 @ @ one last arg
deffn
';
1;