[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: move another input file for a test
From: |
Gavin D. Smith |
Subject: |
branch master updated: move another input file for a test |
Date: |
Fri, 15 Nov 2024 17:43:28 -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 93acabb1bb move another input file for a test
93acabb1bb is described below
commit 93acabb1bb67c42f0faa00fd0fdefcb53f4d750e
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Fri Nov 15 22:42:29 2024 +0000
move another input file for a test
---
tp/tests/Makefile.am | 3 ++-
.../tests/input/non_ascii/tex_encod\303\251_utf8.texi" | 0
tp/tests/tex_html/Makefile.am | 2 +-
tp/tests/tex_html/list-of-tests | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/tp/tests/Makefile.am b/tp/tests/Makefile.am
index fd8bf87e27..bbdb4613d2 100644
--- a/tp/tests/Makefile.am
+++ b/tp/tests/Makefile.am
@@ -85,4 +85,5 @@ EXTRA_DIST += \
$(na)/cêss.css \
$(na)/an_ïmage.png \
$(na)/txt_çimage.txt \
- $(na)/included_akçentêd.texi
+ $(na)/included_akçentêd.texi \
+ $(na)/tex_encodé_utf8.texi
diff --git "a/tp/tests/tex_html/tex_encod\303\251_utf8.texi"
"b/tp/tests/input/non_ascii/tex_encod\303\251_utf8.texi"
similarity index 100%
rename from "tp/tests/tex_html/tex_encod\303\251_utf8.texi"
rename to "tp/tests/input/non_ascii/tex_encod\303\251_utf8.texi"
diff --git a/tp/tests/tex_html/Makefile.am b/tp/tests/tex_html/Makefile.am
index d11fc6ef67..8c33b077cc 100644
--- a/tp/tests/tex_html/Makefile.am
+++ b/tp/tests/tex_html/Makefile.am
@@ -3,7 +3,7 @@ EXTRA_DIST = \
tex_complex.texi \
tex_in_copying.texi \
math_not_closed.texi tex_not_closed.texi \
- tex.texi tex_gdef.texi tex_eqalign.texi tex_encodé_utf8.texi \
+ tex.texi tex_gdef.texi tex_eqalign.texi \
tex_encode_latin1.texi \
list-of-tests res_parser
diff --git a/tp/tests/tex_html/list-of-tests b/tp/tests/tex_html/list-of-tests
index b1f9a9da80..ba3ceab40d 100644
--- a/tp/tests/tex_html/list-of-tests
+++ b/tp/tests/tex_html/list-of-tests
@@ -27,7 +27,7 @@ tex_eqalign_l2h tex_eqalign.texi --html --no-split -c
'HTML_MATH l2h' --iftex
math_not_closed math_not_closed.texi --html --no-split -c 'HTML_MATH l2h'
--iftex
tex_not_closed tex_not_closed.texi --html --no-split -c 'HTML_MATH l2h' --iftex
tex_in_copying tex_in_copying.texi --html --no-split -c 'HTML_MATH l2h' --iftex
-tex_encoded_utf8_l2h tex_encodé_utf8.texi --html --no-split -c 'HTML_MATH l2h'
--iftex -c 'COMMAND_LINE_ENCODING UTF-8' -c OUTPUT_FILE_NAME_ENCODING=UTF-8
+tex_encoded_utf8_l2h ../input/non_ascii/tex_encodé_utf8.texi --html --no-split
-c 'HTML_MATH l2h' --iftex -c 'COMMAND_LINE_ENCODING UTF-8' -c
OUTPUT_FILE_NAME_ENCODING=UTF-8
tex_encoded_utf8_httex tex_encodé_utf8.texi --html --no-split --init tex4ht.pm
--iftex -c 'COMMAND_LINE_ENCODING UTF-8' -c OUTPUT_FILE_NAME_ENCODING=UTF-8
tex_encoded_latin1_l2h tex_encode_latin1.texi --html --no-split -c 'HTML_MATH
l2h' --iftex
tex_encoded_latin1_httex tex_encode_latin1.texi --html --no-split --init
tex4ht.pm --iftex
- branch master updated: move another input file for a test,
Gavin D. Smith <=