[latex3-commits] [git/LaTeX3-latex3-latex2e] master: testfile for C0 control characters currently does not pass in development build (f98ba60)
David Carlisle
d.p.carlisle at gmail.com
Tue Mar 27 20:08:22 CEST 2018
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/f98ba60ef2673bd1bbd667aa42f625d79ad7e8c9
>---------------------------------------------------------------
commit f98ba60ef2673bd1bbd667aa42f625d79ad7e8c9
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Tue Mar 27 19:08:22 2018 +0100
testfile for C0 control characters currently does not pass in development build
>---------------------------------------------------------------
f98ba60ef2673bd1bbd667aa42f625d79ad7e8c9
base/testfiles/tlb-utf8-c0.lvt | 31 +++++++++++++++++++++++++++++++
base/testfiles/tlb-utf8-c0.tlg | 28 ++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/base/testfiles/tlb-utf8-c0.lvt b/base/testfiles/tlb-utf8-c0.lvt
new file mode 100644
index 0000000..8713895
--- /dev/null
+++ b/base/testfiles/tlb-utf8-c0.lvt
@@ -0,0 +1,31 @@
+%
+% check the catcodes of C0 control chars
+\input{test2e}
+\documentclass{article}
+
+\START
+
+\showthe\catcode0
+\showthe\catcode4
+\showthe\catcode11
+\showthe\catcode150
+
+\OMIT
+\usepackage[utf8]{inputenc}
+\TIMO
+
+\showthe\catcode0
+\showthe\catcode4
+\showthe\catcode11
+\showthe\catcode150
+
+
+
+\OMIT
+\begin{document}
+\TIMO
+
+^^07
+\END
+
+\end{document}
diff --git a/base/testfiles/tlb-utf8-c0.tlg b/base/testfiles/tlb-utf8-c0.tlg
new file mode 100644
index 0000000..de2e228
--- /dev/null
+++ b/base/testfiles/tlb-utf8-c0.tlg
@@ -0,0 +1,28 @@
+This is a generated file for the LaTeX2e validation system.
+Don't change this file in any respect.
+> 15.
+l. ...\showthe\catcode0
+> 15.
+l. ...\showthe\catcode4
+> 15.
+l. ...\showthe\catcode11
+> 12.
+l. ...\showthe\catcode150
+> 15.
+l. ...\showthe\catcode0
+> 13.
+l. ...\showthe\catcode4
+> 13.
+l. ...\showthe\catcode11
+> 13.
+l. ...\showthe\catcode150
+! Package inputenc Error: Keyboard character used is undefined
+(inputenc) in inputencoding `utf8'.
+
+See the inputenc package documentation for explanation.
+Type H <return> for immediate help.
+ ...
+
+l.28 ^^07
+
+?
\ No newline at end of file
More information about the latex3-commits
mailing list