[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: add a test file for fixed #762 (8a9c0328)

Frank Mittelbach frank.mittelbach at latex-project.org
Sat Mar 12 22:00:37 CET 2022


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/8a9c0328e7f3e339342751020b01fd95d1ed6257

>---------------------------------------------------------------

commit 8a9c0328e7f3e339342751020b01fd95d1ed6257
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sat Mar 12 22:00:37 2022 +0100

    add a test file for fixed #762


>---------------------------------------------------------------

8a9c0328e7f3e339342751020b01fd95d1ed6257
 base/testfiles/github-0762.lvt | 23 +++++++++++++++++++++++
 base/testfiles/github-0762.tlg | 19 +++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/base/testfiles/github-0762.lvt b/base/testfiles/github-0762.lvt
new file mode 100644
index 00000000..17e0256b
--- /dev/null
+++ b/base/testfiles/github-0762.lvt
@@ -0,0 +1,23 @@
+
+% Note: the test file is ansinew encoded on my system, but one can
+% also copy that into an utf8 encoded file, it only changes the actual
+% message but shows the problem too).
+
+\documentclass{book}
+\usepackage[latin9]{inputenc}
+
+\input{test2e}
+
+
+\begin{document}
+
+\START
+
+\show ä
+{\inputencoding{utf8}
+ \inputencoding{latin9}
+ \show ä
+}
+\show ä
+
+\END
diff --git a/base/testfiles/github-0762.tlg b/base/testfiles/github-0762.tlg
new file mode 100644
index 00000000..792cab86
--- /dev/null
+++ b/base/testfiles/github-0762.tlg
@@ -0,0 +1,19 @@
+This is a generated file for the LaTeX2e validation system.
+Don't change this file in any respect.
+> ^^c3=macro:
+->\~A.
+l. ...\show ^^c3
+               ^^a4
+(utf8.def
+File: utf8.def ....-..-.. v... UTF-8 support
+) (latin9.def
+File: latin9.def ....-..-.. v... Input encoding file
+)
+> ^^c3=macro:
+->\~A.
+l. ... \show ^^c3
+                ^^a4
+> ^^c3=macro:
+->\~A.
+l. ...\show ^^c3
+               ^^a4





More information about the latex3-commits mailing list.