[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Fri, 4 Oct 2024 19:57:19 -0400 (EDT) |
branch: master
commit 434b39323009a9faa835878a23fbec0c1ecc7374
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Aug 17 23:03:05 2024 +0200
* tp/t/input_files/last_file_same_parser.texi: add an @include.
---
ChangeLog | 4 ++++
tp/t/input_files/last_file_same_parser.texi | 2 ++
.../three_files_last_file_same_parser/res_html/ichp.html | 5 +++++
.../res_info/last_file_same_parser.info | 2 ++
tp/t/same_parser_multiple_files.t | 8 +++++---
5 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 05cfae3b0d..1fac1bb7cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-08-17 Patrice Dumas <pertusus@free.fr>
+
+ * tp/t/input_files/last_file_same_parser.texi: add an @include.
+
2024-08-17 Patrice Dumas <pertusus@free.fr>
* tp/t/30sectioning.t (in_menu_only_special_spaces_node),
diff --git a/tp/t/input_files/last_file_same_parser.texi
b/tp/t/input_files/last_file_same_parser.texi
index 0bf1c27bb1..19784de881 100644
--- a/tp/t/input_files/last_file_same_parser.texi
+++ b/tp/t/input_files/last_file_same_parser.texi
@@ -6,3 +6,5 @@
@macrtwo{}
J @value{myval}.
+
+@include file_with_cpp_lines.texi
diff --git
a/tp/t/results/same_parser_multiple_files/three_files_last_file_same_parser/res_html/ichp.html
b/tp/t/results/same_parser_multiple_files/three_files_last_file_same_parser/res_html/ichp.html
index 956ccb451d..ae45a20279 100644
---
a/tp/t/results/same_parser_multiple_files/three_files_last_file_same_parser/res_html/ichp.html
+++
b/tp/t/results/same_parser_multiple_files/three_files_last_file_same_parser/res_html/ichp.html
@@ -31,5 +31,10 @@ span:hover a.copiable-link {visibility: visible}
</p>
+<p><a class="email" href="mailto:in">in</a>
+</p>
+
+
+
</body>
</html>
diff --git
a/tp/t/results/same_parser_multiple_files/three_files_last_file_same_parser/res_info/last_file_same_parser.info
b/tp/t/results/same_parser_multiple_files/three_files_last_file_same_parser/res_info/last_file_same_parser.info
index 0c13198d79..1c62098004 100644
---
a/tp/t/results/same_parser_multiple_files/three_files_last_file_same_parser/res_info/last_file_same_parser.info
+++
b/tp/t/results/same_parser_multiple_files/three_files_last_file_same_parser/res_info/last_file_same_parser.info
@@ -9,6 +9,8 @@ File: last_file_same_parser.info, Node: ichp
J {No value for 'myval'}.
+ <in>
+
Tag Table:
Node: Top79
diff --git a/tp/t/same_parser_multiple_files.t
b/tp/t/same_parser_multiple_files.t
index 494fead364..e7fd47b4a3 100644
--- a/tp/t/same_parser_multiple_files.t
+++ b/tp/t/same_parser_multiple_files.t
@@ -185,9 +185,11 @@ my $last_file = File::Spec->catfile($srcdir, 't',
'input_files',
my $t_include_include_dir = File::Spec->catdir($srcdir, 't', 'include');
-# TODO test setting specific values in parser initialization and checking
-# that they are used in both files, but also that the values @set in the first
file
-# are not set in the second file.
+# Test setting specific values in parser initialization and checking
+# that they are used in both files, but also that the values @set in the
+# first file are not set in the second file.
+# The relevant common parser initialization is the first item in
+# 'INCLUDE_DIRECTORIES' in which the @include is found.
my $test_include_dirs = [$t_include_include_dir,
$manual_include_dir, $coverage_include_dir, 'a'];