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{'raw_html'} = {
'contents' => [
{
'contents' => [
{
'args' => [
{
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'block_line_arg'
}
],
'cmdname' => 'html',
'contents' => [
{
'contents' => [
{
'text' => '<i>
'
}
],
'type' => 'rawpreformatted'
},
{
'args' => [
{
'contents' => [
{
'text' => 'html'
}
],
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'line_arg'
}
],
'cmdname' => 'end',
'extra' => {
'text_arg' => 'html'
},
'info' => {
'spaces_before_argument' => {
'text' => ' '
}
},
'source_info' => {
'file_name' => '',
'line_nr' => 3,
'macro' => ''
}
}
],
'source_info' => {
'file_name' => '',
'line_nr' => 1,
'macro' => ''
}
}
],
'type' => 'before_node_section'
}
],
'type' => 'document_root'
};
$result_texis{'raw_html'} = '@html
<i>
@end html
';
$result_texts{'raw_html'} = '<i>
';
$result_errors{'raw_html'} = [];
$result_floats{'raw_html'} = {};
$result_converted{'html'}->{'raw_html'} = '<!DOCTYPE html>
<html>
<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled Document</title>
<meta name="description" content="Untitled Document">
<meta name="keywords" content="Untitled Document">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body lang="en">
<i>
</body>
</html>
';
$result_converted_errors{'html'}->{'raw_html'} = [
{
'error_line' => 'warning: must specify a title with a title command or @top
',
'file_name' => 'raw_html.texi',
'text' => 'must specify a title with a title command or @top',
'type' => 'warning'
}
];
1;