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{'comment_in_quotation'} = {
'contents' => [
{
'contents' => [
{
'text' => '
',
'type' => 'empty_line'
},
{
'args' => [
{
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'block_line_arg'
}
],
'cmdname' => 'quotation',
'contents' => [
{
'contents' => [
{
'text' => 'Quotation '
},
{
'args' => [
{
'text' => '
',
'type' => 'rawline_arg'
}
],
'cmdname' => 'c'
}
],
'type' => 'paragraph'
},
{
'args' => [
{
'contents' => [
{
'text' => 'quotation'
}
],
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'line_arg'
}
],
'cmdname' => 'end',
'extra' => {
'text_arg' => 'quotation'
},
'info' => {
'spaces_before_argument' => {
'text' => ' '
}
},
'source_info' => {
'file_name' => '',
'line_nr' => 4,
'macro' => ''
}
}
],
'source_info' => {
'file_name' => '',
'line_nr' => 2,
'macro' => ''
}
},
{
'text' => '
',
'type' => 'empty_line'
},
{
'args' => [
{
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'block_line_arg'
}
],
'cmdname' => 'quotation',
'contents' => [
{
'contents' => [
{
'text' => 'Quotation no space'
},
{
'args' => [
{
'text' => '
',
'type' => 'rawline_arg'
}
],
'cmdname' => 'c'
}
],
'type' => 'paragraph'
},
{
'args' => [
{
'contents' => [
{
'text' => 'quotation'
}
],
'info' => {
'spaces_after_argument' => {
'text' => '
'
}
},
'type' => 'line_arg'
}
],
'cmdname' => 'end',
'extra' => {
'text_arg' => 'quotation'
},
'info' => {
'spaces_before_argument' => {
'text' => ' '
}
},
'source_info' => {
'file_name' => '',
'line_nr' => 8,
'macro' => ''
}
}
],
'source_info' => {
'file_name' => '',
'line_nr' => 6,
'macro' => ''
}
}
],
'type' => 'before_node_section'
}
],
'type' => 'document_root'
};
$result_texis{'comment_in_quotation'} = '
@quotation
Quotation @c
@end quotation
@quotation
Quotation no space@c
@end quotation
';
$result_texts{'comment_in_quotation'} = '
Quotation
Quotation no space';
$result_errors{'comment_in_quotation'} = [];
$result_floats{'comment_in_quotation'} = {};
$result_converted{'plaintext'}->{'comment_in_quotation'} = ' Quotation
Quotation no space
';
$result_converted{'html_text'}->{'comment_in_quotation'} = '
<blockquote class="quotation">
<p>Quotation </p></blockquote>
<blockquote class="quotation">
<p>Quotation no space</p></blockquote>
';
1;