[latex3-commits] [git/LaTeX3-latex3-latex2e] gh888: Test file showing undesired behaviour (9802991d)

PhelypeOleinik phelype.oleinik at latex-project.org
Fri Aug 19 04:46:11 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : gh888
Link       : https://github.com/latex3/latex2e/commit/9802991ddbd89aa27e2659919a56ff8f2bdba820

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

commit 9802991ddbd89aa27e2659919a56ff8f2bdba820
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Thu Aug 18 23:46:11 2022 -0300

    Test file showing undesired behaviour


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

9802991ddbd89aa27e2659919a56ff8f2bdba820
 base/testfiles-lthooks/github-0888.lvt | 22 ++++++++++++++++++++++
 base/testfiles-lthooks/github-0888.tlg |  9 +++++++++
 2 files changed, 31 insertions(+)

diff --git a/base/testfiles-lthooks/github-0888.lvt b/base/testfiles-lthooks/github-0888.lvt
new file mode 100644
index 00000000..ed5458de
--- /dev/null
+++ b/base/testfiles-lthooks/github-0888.lvt
@@ -0,0 +1,22 @@
+
+\RequirePackage[enable-debug]{expl3}
+\ExplSyntaxOn
+\debug_on:n { check-declarations , deprecation }
+\ExplSyntaxOff
+
+\input{regression-test}
+
+\START
+
+\begin{filecontents}{testpkg.sty}
+\typeout{Hi, I'm load-o!}
+\end{filecontents}
+
+\makeatletter
+\disable at package@load{testpkg}
+  {\typeout{Hi, I'm disabl-o!}}
+\makeatother
+
+\RequirePackage{testpkg}[2012/02/06]
+
+\END
diff --git a/base/testfiles-lthooks/github-0888.tlg b/base/testfiles-lthooks/github-0888.tlg
new file mode 100644
index 00000000..b973d492
--- /dev/null
+++ b/base/testfiles-lthooks/github-0888.tlg
@@ -0,0 +1,9 @@
+This is a generated file for the l3build validation system.
+Don't change this file in any respect.
+LaTeX Info: Writing file `./testpkg.sty'.
+Hi, I'm disabl-o!
+LaTeX Warning: You have requested, on input line ..., version
+               `....-..-..' of package testpkg,
+               but only version
+               `\ver at testpkg.sty '
+               is available.





More information about the latex3-commits mailing list.