summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/info_tests/image_not_found.pl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-11-09 03:02:50 +0000
committerNorbert Preining <norbert@preining.info>2022-11-09 03:02:50 +0000
commit5de83ec843cdc88e6adc42b1fe3f0ec48c52b7f3 (patch)
treeb49f7c180396c8ef389c8fd519370b6d03f4e100 /macros/texinfo/texinfo/tp/t/results/info_tests/image_not_found.pl
parent118cb5bbc5236bf86ca1088b9b3bae04c7b09beb (diff)
CTAN sync 202211090302
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/results/info_tests/image_not_found.pl')
-rw-r--r--macros/texinfo/texinfo/tp/t/results/info_tests/image_not_found.pl40
1 files changed, 9 insertions, 31 deletions
diff --git a/macros/texinfo/texinfo/tp/t/results/info_tests/image_not_found.pl b/macros/texinfo/texinfo/tp/t/results/info_tests/image_not_found.pl
index a36814d3d1..3e99b22d6e 100644
--- a/macros/texinfo/texinfo/tp/t/results/info_tests/image_not_found.pl
+++ b/macros/texinfo/texinfo/tp/t/results/info_tests/image_not_found.pl
@@ -1,23 +1,20 @@
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_elements %result_directions_text %result_indices_sort_strings);
use utf8;
$result_trees{'image_not_found'} = {
'contents' => [
{
- 'contents' => [],
- 'parent' => {},
- 'type' => 'text_root'
+ 'type' => 'before_node_section'
},
{
'args' => [
{
'contents' => [
{
- 'parent' => {},
'text' => 'Top'
}
],
@@ -25,7 +22,6 @@ $result_trees{'image_not_found'} = {
'spaces_after_argument' => '
'
},
- 'parent' => {},
'type' => 'line_arg'
}
],
@@ -36,28 +32,23 @@ $result_trees{'image_not_found'} = {
{
'contents' => [
{
- 'parent' => {},
'text' => 'n_f_image'
}
],
- 'parent' => {},
'type' => 'brace_command_arg'
}
],
'cmdname' => 'image',
- 'contents' => [],
'extra' => {
'input_perl_encoding' => 'utf-8'
},
- 'line_nr' => {
+ 'source_info' => {
'file_name' => '',
'line_nr' => 2,
'macro' => ''
- },
- 'parent' => {}
+ }
},
{
- 'parent' => {},
'text' => '
'
}
@@ -77,26 +68,17 @@ $result_trees{'image_not_found'} = {
'normalized' => 'Top',
'spaces_before_argument' => ' '
},
- 'line_nr' => {
+ 'source_info' => {
'file_name' => '',
'line_nr' => 1,
'macro' => ''
- },
- 'parent' => {}
+ }
}
],
'type' => 'document_root'
};
-$result_trees{'image_not_found'}{'contents'}[0]{'parent'} = $result_trees{'image_not_found'};
-$result_trees{'image_not_found'}{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'image_not_found'}{'contents'}[1]{'args'}[0];
-$result_trees{'image_not_found'}{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'image_not_found'}{'contents'}[1];
-$result_trees{'image_not_found'}{'contents'}[1]{'contents'}[0]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'image_not_found'}{'contents'}[1]{'contents'}[0]{'args'}[0];
-$result_trees{'image_not_found'}{'contents'}[1]{'contents'}[0]{'args'}[0]{'parent'} = $result_trees{'image_not_found'}{'contents'}[1]{'contents'}[0];
-$result_trees{'image_not_found'}{'contents'}[1]{'contents'}[0]{'parent'} = $result_trees{'image_not_found'}{'contents'}[1];
-$result_trees{'image_not_found'}{'contents'}[1]{'contents'}[1]{'parent'} = $result_trees{'image_not_found'}{'contents'}[1];
$result_trees{'image_not_found'}{'contents'}[1]{'extra'}{'node_content'}[0] = $result_trees{'image_not_found'}{'contents'}[1]{'args'}[0]{'contents'}[0];
$result_trees{'image_not_found'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0] = $result_trees{'image_not_found'}{'contents'}[1]{'args'}[0]{'contents'}[0];
-$result_trees{'image_not_found'}{'contents'}[1]{'parent'} = $result_trees{'image_not_found'};
$result_texis{'image_not_found'} = '@node Top
@image{n_f_image}
@@ -106,21 +88,17 @@ $result_texis{'image_not_found'} = '@node Top
$result_texts{'image_not_found'} = 'n_f_image
';
-$result_sectioning{'image_not_found'} = {};
-
$result_nodes{'image_not_found'} = {
'cmdname' => 'node',
'extra' => {
- 'normalized' => 'Top',
- 'spaces_before_argument' => ' '
+ 'normalized' => 'Top'
}
};
$result_menus{'image_not_found'} = {
'cmdname' => 'node',
'extra' => {
- 'normalized' => 'Top',
- 'spaces_before_argument' => ' '
+ 'normalized' => 'Top'
}
};
@@ -152,7 +130,7 @@ End:
$result_converted_errors{'info'}->{'image_not_found'} = [
{
- 'error_line' => ':2: warning: could not find @image file `n_f_image.txt\' nor alternate text
+ 'error_line' => 'warning: could not find @image file `n_f_image.txt\' nor alternate text
',
'file_name' => '',
'line_nr' => 2,