summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/conditionals/conditional_not_closed.pl
blob: d370ff5cbf20d42ac030e7756f0d3e7d63596b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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);

use utf8;

$result_trees{'conditional_not_closed'} = {
  'contents' => [],
  'type' => 'text_root'
};

$result_texis{'conditional_not_closed'} = '';


$result_texts{'conditional_not_closed'} = '';

$result_errors{'conditional_not_closed'} = [
  {
    'error_line' => ':2: no matching `@end ifhtml\'
',
    'file_name' => '',
    'line_nr' => 2,
    'macro' => '',
    'text' => 'no matching `@end ifhtml\'',
    'type' => 'error'
  }
];


$result_floats{'conditional_not_closed'} = {};


1;