[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Test file for #198 (e0c50d6d)

Frank Mittelbach frank.mittelbach at latex-project.org
Sun Oct 20 13:20:17 CEST 2019


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

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

commit e0c50d6d37fd1771e224262224789de6573b4b53
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Sun Oct 20 13:20:17 2019 +0200

    Test file for #198


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

e0c50d6d37fd1771e224262224789de6573b4b53
 base/testfiles/github-0198.lvt                     | 22 ++++++++++++++++++++++
 .../tlb2215.tlg => testfiles/github-0198.tlg}      |  0
 2 files changed, 22 insertions(+)

diff --git a/base/testfiles/github-0198.lvt b/base/testfiles/github-0198.lvt
new file mode 100644
index 00000000..b8334ab7
--- /dev/null
+++ b/base/testfiles/github-0198.lvt
@@ -0,0 +1,22 @@
+\documentclass{article}
+
+\input{test2e}
+
+\begin{filecontents}[force,noheader,nosearch]{test-base.sty}
+  \newcommand*{\DoThis}{\typeout{Not done.}}
+  \AtEndOfPackage{\renewcommand*{\DoThis}{\typeout{Done.}}}
+  \RequirePackage{test-sub}
+  \ProcessOptions
+  \endinput
+\end{filecontents}
+
+\begin{filecontents}[force,noheader,nosearch]{test-sub.sty}
+  \RequirePackage{test-base}
+  \endinput
+\end{filecontents}
+
+\usepackage{test-base}
+\begin{document}
+\typeout{This should produce: "Done":}
+\DoThis
+\end{document}
diff --git a/base/testfiles-disabled/tlb2215.tlg b/base/testfiles/github-0198.tlg
similarity index 100%
copy from base/testfiles-disabled/tlb2215.tlg
copy to base/testfiles/github-0198.tlg





More information about the latex3-commits mailing list