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{'heading_in_example'} = {
'contents' => [
{
'contents' => [
{
'args' => [
{
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'block_line_arg'
}
],
'cmdname' => 'example',
'contents' => [
{
'args' => [
{
'contents' => [
{
'text' => 'in example '
},
{
'cmdname' => '@'
},
{
'text' => ' '
},
{
'args' => [
{
'contents' => [
{
'text' => 'heading'
}
],
'type' => 'brace_command_arg'
}
],
'cmdname' => 'emph',
'source_info' => {
'file_name' => '',
'line_nr' => 2,
'macro' => ''
}
}
],
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'line_arg'
}
],
'cmdname' => 'heading',
'info' => {
'spaces_before_argument' => {
'text' => ' '
}
},
'source_info' => {
'file_name' => '',
'line_nr' => 2,
'macro' => ''
}
},
{
'args' => [
{
'contents' => [
{
'text' => 'example'
}
],
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'line_arg'
}
],
'cmdname' => 'end',
'extra' => {
'text_arg' => 'example'
},
'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{'heading_in_example'} = '@example
@heading in example @@ @emph{heading}
@end example
';
$result_texts{'heading_in_example'} = 'in example @ heading
====================
';
$result_errors{'heading_in_example'} = [];
$result_floats{'heading_in_example'} = {};
$result_converted{'plaintext'}->{'heading_in_example'} = ' in example @ _heading_
======================
';
$result_converted{'html'}->{'heading_in_example'} = '<!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">
<style type="text/css">
<!--
div.example {margin-left: 3.2em}
-->
</style>
</head>
<body lang="en">
<div class="example">
<strong class="heading" id="in-example-_0040-heading">in example @ <em class="emph">heading</em></strong>
</div>
</body>
</html>
';
$result_converted_errors{'html'}->{'heading_in_example'} = [
{
'error_line' => 'warning: must specify a title with a title command or @top
',
'text' => 'must specify a title with a title command or @top',
'type' => 'warning'
}
];
1;