summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/plaintext_tests/transparent_text.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/plaintext_tests/transparent_text.pl
parent118cb5bbc5236bf86ca1088b9b3bae04c7b09beb (diff)
CTAN sync 202211090302
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/results/plaintext_tests/transparent_text.pl')
-rw-r--r--macros/texinfo/texinfo/tp/t/results/plaintext_tests/transparent_text.pl105
1 files changed, 43 insertions, 62 deletions
diff --git a/macros/texinfo/texinfo/tp/t/results/plaintext_tests/transparent_text.pl b/macros/texinfo/texinfo/tp/t/results/plaintext_tests/transparent_text.pl
index 3fd72547a7..aec47954b7 100644
--- a/macros/texinfo/texinfo/tp/t/results/plaintext_tests/transparent_text.pl
+++ b/macros/texinfo/texinfo/tp/t/results/plaintext_tests/transparent_text.pl
@@ -1,7 +1,7 @@
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;
@@ -10,86 +10,67 @@ $result_trees{'transparent_text'} = {
{
'contents' => [
{
- 'parent' => {},
- 'text' => 'AA'
- },
- {
- 'args' => [
+ 'contents' => [
+ {
+ 'text' => 'AA'
+ },
{
- 'contents' => [
+ 'args' => [
{
'contents' => [
{
- 'parent' => {},
- 'text' => 'in footnote'
+ 'contents' => [
+ {
+ 'text' => 'in footnote'
+ }
+ ],
+ 'type' => 'paragraph'
}
],
- 'parent' => {},
- 'type' => 'paragraph'
+ 'type' => 'brace_command_context'
}
],
- 'parent' => {},
- 'type' => 'brace_command_context'
- }
- ],
- 'cmdname' => 'footnote',
- 'contents' => [],
- 'line_nr' => {
- 'file_name' => '',
- 'line_nr' => 1,
- 'macro' => ''
- },
- 'parent' => {}
- },
- {
- 'parent' => {},
- 'text' => '). B ('
- },
- {
- 'args' => [
+ 'cmdname' => 'footnote',
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 1,
+ 'macro' => ''
+ }
+ },
{
- 'contents' => [
+ 'text' => '). B ('
+ },
+ {
+ 'args' => [
{
- 'parent' => {},
- 'text' => 'C'
+ 'contents' => [
+ {
+ 'text' => 'C'
+ }
+ ],
+ 'type' => 'brace_command_arg'
}
],
- 'parent' => {},
- 'type' => 'brace_command_arg'
+ 'cmdname' => 'emph',
+ 'source_info' => {
+ 'file_name' => '',
+ 'line_nr' => 1,
+ 'macro' => ''
+ }
+ },
+ {
+ 'text' => '). D.
+'
}
],
- 'cmdname' => 'emph',
- 'contents' => [],
- 'line_nr' => {
- 'file_name' => '',
- 'line_nr' => 1,
- 'macro' => ''
- },
- 'parent' => {}
- },
- {
- 'parent' => {},
- 'text' => '). D.
-'
+ 'type' => 'paragraph'
}
],
- 'parent' => {},
- 'type' => 'paragraph'
+ 'type' => 'before_node_section'
}
],
- 'type' => 'text_root'
+ 'type' => 'document_root'
};
-$result_trees{'transparent_text'}{'contents'}[0]{'contents'}[0]{'parent'} = $result_trees{'transparent_text'}{'contents'}[0];
-$result_trees{'transparent_text'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'contents'}[0]{'parent'} = $result_trees{'transparent_text'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0];
-$result_trees{'transparent_text'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'transparent_text'}{'contents'}[0]{'contents'}[1]{'args'}[0];
-$result_trees{'transparent_text'}{'contents'}[0]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'transparent_text'}{'contents'}[0]{'contents'}[1];
-$result_trees{'transparent_text'}{'contents'}[0]{'contents'}[1]{'parent'} = $result_trees{'transparent_text'}{'contents'}[0];
-$result_trees{'transparent_text'}{'contents'}[0]{'contents'}[2]{'parent'} = $result_trees{'transparent_text'}{'contents'}[0];
-$result_trees{'transparent_text'}{'contents'}[0]{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'transparent_text'}{'contents'}[0]{'contents'}[3]{'args'}[0];
-$result_trees{'transparent_text'}{'contents'}[0]{'contents'}[3]{'args'}[0]{'parent'} = $result_trees{'transparent_text'}{'contents'}[0]{'contents'}[3];
-$result_trees{'transparent_text'}{'contents'}[0]{'contents'}[3]{'parent'} = $result_trees{'transparent_text'}{'contents'}[0];
-$result_trees{'transparent_text'}{'contents'}[0]{'contents'}[4]{'parent'} = $result_trees{'transparent_text'}{'contents'}[0];
-$result_trees{'transparent_text'}{'contents'}[0]{'parent'} = $result_trees{'transparent_text'};
$result_texis{'transparent_text'} = 'AA@footnote{in footnote}). B (@emph{C}). D.
';