[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/tests/formatting/list-of-tests (cpp_lines):
From: |
Gavin D. Smith |
Subject: |
branch master updated: * tp/tests/formatting/list-of-tests (cpp_lines): Set DOC_ENCODING_FOR_INPUT_FILE_NAME instead of INPUT_FILE_NAME_ENCODING. From Patrice. |
Date: |
Wed, 11 Dec 2024 11:17:57 -0500 |
This is an automated email from the git hooks/post-receive script.
gavin pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 85a05a62ad * tp/tests/formatting/list-of-tests (cpp_lines): Set
DOC_ENCODING_FOR_INPUT_FILE_NAME instead of INPUT_FILE_NAME_ENCODING. From
Patrice.
85a05a62ad is described below
commit 85a05a62ad5692291770b8a674ebdc02c9b8168b
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Dec 11 16:17:37 2024 +0000
* tp/tests/formatting/list-of-tests (cpp_lines):
Set DOC_ENCODING_FOR_INPUT_FILE_NAME instead of
INPUT_FILE_NAME_ENCODING. From Patrice.
---
ChangeLog | 6 ++++++
tp/tests/formatting/list-of-tests | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index be3ac80cf9..062b5b14ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-12-11 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/tests/formatting/list-of-tests (cpp_lines):
+ Set DOC_ENCODING_FOR_INPUT_FILE_NAME instead of
+ INPUT_FILE_NAME_ENCODING. From Patrice.
+
2024-12-10 Patrice Dumas <pertusus@free.fr>
* Pod-Simple-Texinfo/pod2texi.pl (_parsed_manual_tree): rename
diff --git a/tp/tests/formatting/list-of-tests
b/tp/tests/formatting/list-of-tests
index a262fa3b08..48f648dad5 100644
--- a/tp/tests/formatting/list-of-tests
+++ b/tp/tests/formatting/list-of-tests
@@ -12,7 +12,7 @@ documentlanguage_cmdline documentlanguage.texi --html -c
TEXI2HTML=1 --no-split
# already tested in t/*.t, but here want to have a result with
# accented characters in error messages
-cpp_lines ../../t/input_files/cpp_lines.texi --html --no-split -c
MESSAGE_ENCODING=UTF-8 -c INPUT_FILE_NAME_ENCODING=UTF-8
+cpp_lines ../../t/input_files/cpp_lines.texi --html --no-split -c
MESSAGE_ENCODING=UTF-8 -c DOC_ENCODING_FOR_INPUT_FILE_NAME=1
# the same tests are in t/*.t to test through code
no_content no_content.texi --html --no-split -c 'BIG_RULE <hr style="height:
6px;">'
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/tests/formatting/list-of-tests (cpp_lines): Set DOC_ENCODING_FOR_INPUT_FILE_NAME instead of INPUT_FILE_NAME_ENCODING. From Patrice.,
Gavin D. Smith <=