[latex3-commits] [git/LaTeX3-latex3-latex2e] gh504: Add test files for #504 (ee36b774)

PhelypeOleinik phelype.oleinik at latex-project.org
Sun Mar 28 00:40:36 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : gh504
Link       : https://github.com/latex3/latex2e/commit/ee36b774c69513f5b2a09effcc4bfed9ac991150

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

commit ee36b774c69513f5b2a09effcc4bfed9ac991150
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Sat Mar 27 20:40:36 2021 -0300

    Add test files for #504


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

ee36b774c69513f5b2a09effcc4bfed9ac991150
 base/testfiles/github-0504.lvt | 16 ++++++++++++++++
 base/testfiles/github-0504.tlg |  8 ++++++++
 2 files changed, 24 insertions(+)

diff --git a/base/testfiles/github-0504.lvt b/base/testfiles/github-0504.lvt
new file mode 100644
index 00000000..14d23b67
--- /dev/null
+++ b/base/testfiles/github-0504.lvt
@@ -0,0 +1,16 @@
+\input{test2e}
+\START
+
+\begin{filecontents}[overwrite]{myexpl3pkg.sty}
+\ProvidesExplPackage{myexpl3pkg}{2020-20-20}{1.0}{Testing}
+\end{filecontents}
+
+\OMIT
+\RequirePackage[2019-10-01]{latexrelease}
+\TIMO
+
+\typeout{space catcode before loading myexpl3pkg=\the\catcode`\ }%
+\RequirePackage{myexpl3pkg}
+\typeout{space catcode after loading myexpl3pkg=\the\catcode`\ }%
+
+\END
diff --git a/base/testfiles/github-0504.tlg b/base/testfiles/github-0504.tlg
new file mode 100644
index 00000000..e145d942
--- /dev/null
+++ b/base/testfiles/github-0504.tlg
@@ -0,0 +1,8 @@
+This is a generated file for the LaTeX2e validation system.
+Don't change this file in any respect.
+LaTeX Warning: Writing or overwriting file `./myexpl3pkg.sty'.
+space catcode before loading myexpl3pkg=10
+(myexpl3pkg.sty
+Package: myexpl3pkg ....-..-.. v... Testing
+)
+space catcode after loading myexpl3pkg=10





More information about the latex3-commits mailing list.