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{'after_punctuation_character_in_command'} = {
  'contents' => [
    {
      'contents' => [
        {
          'contents' => [
            {
              'text' => 'Text.'
            },
            {
              'args' => [
                {
                  'contents' => [
                    {
                      'text' => ')
'
                    },
                    {
                      'text' => 'follows'
                    }
                  ],
                  'type' => 'brace_command_arg'
                }
              ],
              'cmdname' => 'asis',
              'source_info' => {
                'file_name' => '',
                'line_nr' => 1,
                'macro' => ''
              }
            },
            {
              'text' => '.
'
            }
          ],
          'type' => 'paragraph'
        }
      ],
      'type' => 'before_node_section'
    }
  ],
  'type' => 'document_root'
};
$result_texis{'after_punctuation_character_in_command'} = 'Text.@asis{)
follows}.
';
$result_texts{'after_punctuation_character_in_command'} = 'Text.)
follows.
';
$result_errors{'after_punctuation_character_in_command'} = [];
$result_floats{'after_punctuation_character_in_command'} = {};
$result_converted{'plaintext'}->{'after_punctuation_character_in_command'} = 'Text.)  follows.
';
1;