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{'xml_protected_in_verb'} = {
'contents' => [
{
'contents' => [
{
'args' => [
{
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'block_line_arg'
}
],
'cmdname' => 'verbatim',
'contents' => [
{
'text' => '<a>
',
'type' => 'raw'
},
{
'args' => [
{
'contents' => [
{
'text' => 'verbatim'
}
],
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'line_arg'
}
],
'cmdname' => 'end',
'extra' => {
'text_arg' => 'verbatim'
},
'info' => {
'spaces_before_argument' => {
'text' => ' '
}
},
'source_info' => {
'file_name' => '',
'line_nr' => 3,
'macro' => ''
}
}
],
'source_info' => {
'file_name' => '',
'line_nr' => 1,
'macro' => ''
}
},
{
'text' => '
',
'type' => 'empty_line'
},
{
'contents' => [
{
'args' => [
{
'contents' => [
{
'text' => ' <i> ',
'type' => 'raw'
}
],
'type' => 'brace_command_arg'
}
],
'cmdname' => 'verb',
'info' => {
'delimiter' => '.'
},
'source_info' => {
'file_name' => '',
'line_nr' => 5,
'macro' => ''
}
},
{
'text' => '.
'
}
],
'type' => 'paragraph'
},
{
'text' => '
',
'type' => 'empty_line'
},
{
'args' => [
{
'contents' => [
{
'text' => 'file_with_xml_chars.texi'
}
],
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'line_arg'
}
],
'cmdname' => 'verbatiminclude',
'extra' => {
'input_encoding_name' => 'utf-8',
'text_arg' => 'file_with_xml_chars.texi'
},
'info' => {
'spaces_before_argument' => {
'text' => ' '
}
},
'source_info' => {
'file_name' => '',
'line_nr' => 7,
'macro' => ''
}
}
],
'type' => 'before_node_section'
}
],
'type' => 'document_root'
};
$result_texis{'xml_protected_in_verb'} = '@verbatim
<a>
@end verbatim
@verb{. <i> .}.
@verbatiminclude file_with_xml_chars.texi
';
$result_texts{'xml_protected_in_verb'} = '<a>
<i> .
';
$result_errors{'xml_protected_in_verb'} = [];
$result_floats{'xml_protected_in_verb'} = {};
$result_converted{'html'}->{'xml_protected_in_verb'} = '<!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">
<pre class="verbatim"><a>
</pre>
<p><code class="verb"> <i> </code>.
</p>
<pre class="verbatim"><bidule truc="ff &amp;"> & </bidule>
</pre>
</body>
</html>
';
$result_converted_errors{'html'}->{'xml_protected_in_verb'} = [
{
'error_line' => 'warning: must specify a title with a title command or @top
',
'file_name' => 'xml_protected_in_verb.texi',
'text' => 'must specify a title with a title command or @top',
'type' => 'warning'
}
];
1;