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{'quote_dash_in_display'} = {
  'contents' => [
    {
      'contents' => [
        {
          'text' => '
',
          'type' => 'empty_line'
        },
        {
          'args' => [
            {
              'info' => {
                'spaces_after_argument' => {
                  'text' => '
'
                }
              },
              'type' => 'block_line_arg'
            }
          ],
          'cmdname' => 'display',
          'contents' => [
            {
              'contents' => [
                {
                  'text' => 'and now -- yes---now and ``so\'\'.
'
                },
                {
                  'text' => '
',
                  'type' => 'empty_line'
                }
              ],
              'type' => 'preformatted'
            },
            {
              'args' => [
                {
                  'contents' => [
                    {
                      'text' => 'display'
                    }
                  ],
                  'info' => {
                    'spaces_after_argument' => {
                      'text' => '
'
                    }
                  },
                  'type' => 'line_arg'
                }
              ],
              'cmdname' => 'end',
              'extra' => {
                'text_arg' => 'display'
              },
              'info' => {
                'spaces_before_argument' => {
                  'text' => ' '
                }
              },
              'source_info' => {
                'file_name' => '',
                'line_nr' => 5,
                'macro' => ''
              }
            }
          ],
          'source_info' => {
            'file_name' => '',
            'line_nr' => 2,
            'macro' => ''
          }
        }
      ],
      'type' => 'before_node_section'
    }
  ],
  'type' => 'document_root'
};
$result_texis{'quote_dash_in_display'} = '
@display
and now -- yes---now and ``so\'\'.
@end display
';
$result_texts{'quote_dash_in_display'} = '
and now - yes--now and "so".
';
$result_errors{'quote_dash_in_display'} = [];
$result_floats{'quote_dash_in_display'} = {};
$result_converted{'plaintext'}->{'quote_dash_in_display'} = '     and now - yes--now and "so".
';
$result_converted{'html'}->{'quote_dash_in_display'} = '<!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.display {margin-left: 3.2em}
pre.display-preformatted {font-family: inherit}
-->
</style>
</head>
<body lang="en">
<div class="display">
<pre class="display-preformatted">and now – yes—now and “so”.
</pre></div>
</body>
</html>
';
$result_converted_errors{'html'}->{'quote_dash_in_display'} = [
  {
    'error_line' => 'warning: must specify a title with a title command or @top
',
    'file_name' => 'quote_dash_in_display.texi',
    'text' => 'must specify a title with a title command or @top',
    'type' => 'warning'
  }
];
$result_converted{'docbook'}->{'quote_dash_in_display'} = '
<literallayout>and now – yes—now and “so”.
</literallayout>';
$result_converted{'xml'}->{'quote_dash_in_display'} = '
<display endspaces=" ">
<pre xml:space="preserve">and now &textndash; yes&textmdash;now and &textldquo;so&textrdquo;.
</pre></display>
';
$result_converted{'latex_text'}->{'quote_dash_in_display'} = '
\\begin{Texinfoindented}
\\begin{Texinfopreformatted}%
and now -- yes---now and ``so\'\'.
\\end{Texinfopreformatted}
\\end{Texinfoindented}
';
1;