[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): Add "-c INPUT_FILE_NAME_ENCODING=UTF-8". This prevents a test failure when the encoding is set to something else by default, e.g. Windows-1252. Report from Eli. |
Date: |
Tue, 10 Dec 2024 14:55:37 -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 c76b3b3821 * tp/tests/formatting/list-of-tests (cpp_lines): Add "-c
INPUT_FILE_NAME_ENCODING=UTF-8". This prevents a test failure when the
encoding is set to something else by default, e.g. Windows-1252. Report from
Eli.
c76b3b3821 is described below
commit c76b3b382160a45bb8feb20912d365811a8951e2
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Dec 10 19:55:18 2024 +0000
* tp/tests/formatting/list-of-tests (cpp_lines):
Add "-c INPUT_FILE_NAME_ENCODING=UTF-8". This prevents a test
failure when the encoding is set to something else by default, e.g.
Windows-1252. Report from Eli.
---
ChangeLog | 7 +++++++
tp/tests/formatting/list-of-tests | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 014c78cd72..3249ab966c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-12-10 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/tests/formatting/list-of-tests (cpp_lines):
+ Add "-c INPUT_FILE_NAME_ENCODING=UTF-8". This prevents a test
+ failure when the encoding is set to something else by default, e.g.
+ Windows-1252. Report from Eli.
+
2024-12-10 Patrice Dumas <pertusus@free.fr>
* Pod-Simple-Texinfo/pod2texi.pl: use / in generated Texinfo code
diff --git a/tp/tests/formatting/list-of-tests
b/tp/tests/formatting/list-of-tests
index a2f280eb8a..a262fa3b08 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
+cpp_lines ../../t/input_files/cpp_lines.texi --html --no-split -c
MESSAGE_ENCODING=UTF-8 -c INPUT_FILE_NAME_ENCODING=UTF-8
# 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): Add "-c INPUT_FILE_NAME_ENCODING=UTF-8". This prevents a test failure when the encoding is set to something else by default, e.g. Windows-1252. Report from Eli.,
Gavin D. Smith <=