summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/tp/t/results/verb
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/tp/t/results/verb')
-rw-r--r--macros/texinfo/texinfo/tp/t/results/verb/comments.pl3
-rw-r--r--macros/texinfo/texinfo/tp/t/results/verb/end_of_line.pl3
-rw-r--r--macros/texinfo/texinfo/tp/t/results/verb/multiline.pl3
-rw-r--r--macros/texinfo/texinfo/tp/t/results/verb/nested.pl10
-rw-r--r--macros/texinfo/texinfo/tp/t/results/verb/simple.pl3
-rw-r--r--macros/texinfo/texinfo/tp/t/results/verb/verb_and_char_end_of_line_not_closed.pl3
-rw-r--r--macros/texinfo/texinfo/tp/t/results/verb/verb_at_end_of_line_not_closed.pl3
-rw-r--r--macros/texinfo/texinfo/tp/t/results/verb/verb_not_closed.pl3
-rw-r--r--macros/texinfo/texinfo/tp/t/results/verb/verb_not_closed_with_char.pl3
9 files changed, 32 insertions, 2 deletions
diff --git a/macros/texinfo/texinfo/tp/t/results/verb/comments.pl b/macros/texinfo/texinfo/tp/t/results/verb/comments.pl
index 8e31369e6a..2b85bc7e03 100644
--- a/macros/texinfo/texinfo/tp/t/results/verb/comments.pl
+++ b/macros/texinfo/texinfo/tp/t/results/verb/comments.pl
@@ -158,4 +158,7 @@ something in verb ';
$result_errors{'comments'} = [];
+$result_floats{'comments'} = {};
+
+
1;
diff --git a/macros/texinfo/texinfo/tp/t/results/verb/end_of_line.pl b/macros/texinfo/texinfo/tp/t/results/verb/end_of_line.pl
index dadb9bebb5..096c1f0d83 100644
--- a/macros/texinfo/texinfo/tp/t/results/verb/end_of_line.pl
+++ b/macros/texinfo/texinfo/tp/t/results/verb/end_of_line.pl
@@ -102,4 +102,7 @@ $result_errors{'end_of_line'} = [
];
+$result_floats{'end_of_line'} = {};
+
+
1;
diff --git a/macros/texinfo/texinfo/tp/t/results/verb/multiline.pl b/macros/texinfo/texinfo/tp/t/results/verb/multiline.pl
index 5074f02d7a..ea7370e41f 100644
--- a/macros/texinfo/texinfo/tp/t/results/verb/multiline.pl
+++ b/macros/texinfo/texinfo/tp/t/results/verb/multiline.pl
@@ -81,4 +81,7 @@ after verb.';
$result_errors{'multiline'} = [];
+$result_floats{'multiline'} = {};
+
+
1;
diff --git a/macros/texinfo/texinfo/tp/t/results/verb/nested.pl b/macros/texinfo/texinfo/tp/t/results/verb/nested.pl
index c5f12cca19..40c4d0cf61 100644
--- a/macros/texinfo/texinfo/tp/t/results/verb/nested.pl
+++ b/macros/texinfo/texinfo/tp/t/results/verb/nested.pl
@@ -54,7 +54,11 @@ $result_trees{'nested'} = {
],
'cmdname' => 'b',
'contents' => [],
- 'line_nr' => {},
+ 'line_nr' => {
+ 'file_name' => '',
+ 'line_nr' => 1,
+ 'macro' => ''
+ },
'parent' => {}
}
],
@@ -70,7 +74,6 @@ $result_trees{'nested'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[1]{
$result_trees{'nested'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'nested'}{'contents'}[0]{'contents'}[0]{'args'}[0];
$result_trees{'nested'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'nested'}{'contents'}[0]{'contents'}[0]{'args'}[0];
$result_trees{'nested'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'parent'} = $result_trees{'nested'}{'contents'}[0]{'contents'}[0];
-$result_trees{'nested'}{'contents'}[0]{'contents'}[0]{'line_nr'} = $result_trees{'nested'}{'contents'}[0]{'contents'}[0]{'args'}[0]{'contents'}[1]{'line_nr'};
$result_trees{'nested'}{'contents'}[0]{'contents'}[0]{'parent'} = $result_trees{'nested'}{'contents'}[0];
$result_trees{'nested'}{'contents'}[0]{'parent'} = $result_trees{'nested'};
@@ -82,4 +85,7 @@ $result_texts{'nested'} = 'in b in verb { } in b end';
$result_errors{'nested'} = [];
+$result_floats{'nested'} = {};
+
+
1;
diff --git a/macros/texinfo/texinfo/tp/t/results/verb/simple.pl b/macros/texinfo/texinfo/tp/t/results/verb/simple.pl
index 62060e04a8..ddb9876e25 100644
--- a/macros/texinfo/texinfo/tp/t/results/verb/simple.pl
+++ b/macros/texinfo/texinfo/tp/t/results/verb/simple.pl
@@ -55,4 +55,7 @@ $result_texts{'simple'} = ' } . ';
$result_errors{'simple'} = [];
+$result_floats{'simple'} = {};
+
+
1;
diff --git a/macros/texinfo/texinfo/tp/t/results/verb/verb_and_char_end_of_line_not_closed.pl b/macros/texinfo/texinfo/tp/t/results/verb/verb_and_char_end_of_line_not_closed.pl
index 0803d75eb6..e1b5d7787a 100644
--- a/macros/texinfo/texinfo/tp/t/results/verb/verb_and_char_end_of_line_not_closed.pl
+++ b/macros/texinfo/texinfo/tp/t/results/verb/verb_and_char_end_of_line_not_closed.pl
@@ -91,4 +91,7 @@ $result_errors{'verb_and_char_end_of_line_not_closed'} = [
];
+$result_floats{'verb_and_char_end_of_line_not_closed'} = {};
+
+
1;
diff --git a/macros/texinfo/texinfo/tp/t/results/verb/verb_at_end_of_line_not_closed.pl b/macros/texinfo/texinfo/tp/t/results/verb/verb_at_end_of_line_not_closed.pl
index 8e65534d04..c9466f0b3a 100644
--- a/macros/texinfo/texinfo/tp/t/results/verb/verb_at_end_of_line_not_closed.pl
+++ b/macros/texinfo/texinfo/tp/t/results/verb/verb_at_end_of_line_not_closed.pl
@@ -91,4 +91,7 @@ $result_errors{'verb_at_end_of_line_not_closed'} = [
];
+$result_floats{'verb_at_end_of_line_not_closed'} = {};
+
+
1;
diff --git a/macros/texinfo/texinfo/tp/t/results/verb/verb_not_closed.pl b/macros/texinfo/texinfo/tp/t/results/verb/verb_not_closed.pl
index 071ffb6e66..e71b0b2c72 100644
--- a/macros/texinfo/texinfo/tp/t/results/verb/verb_not_closed.pl
+++ b/macros/texinfo/texinfo/tp/t/results/verb/verb_not_closed.pl
@@ -65,4 +65,7 @@ $result_errors{'verb_not_closed'} = [
];
+$result_floats{'verb_not_closed'} = {};
+
+
1;
diff --git a/macros/texinfo/texinfo/tp/t/results/verb/verb_not_closed_with_char.pl b/macros/texinfo/texinfo/tp/t/results/verb/verb_not_closed_with_char.pl
index dbf3025b53..dd622747da 100644
--- a/macros/texinfo/texinfo/tp/t/results/verb/verb_not_closed_with_char.pl
+++ b/macros/texinfo/texinfo/tp/t/results/verb/verb_not_closed_with_char.pl
@@ -101,4 +101,7 @@ $result_errors{'verb_not_closed_with_char'} = [
];
+$result_floats{'verb_not_closed_with_char'} = {};
+
+
1;