[latex3-commits] [git/LaTeX3-latex3-latex2e] gh818: Test file showing wrong behaviour (6a4da423)

PhelypeOleinik phelype.oleinik at latex-project.org
Mon May 16 23:36:20 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : gh818
Link       : https://github.com/latex3/latex2e/commit/6a4da423d17d5f7ea2b2a2fd7950a89c86188c3a

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

commit 6a4da423d17d5f7ea2b2a2fd7950a89c86188c3a
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Mon May 16 18:36:20 2022 -0300

    Test file showing wrong behaviour


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

6a4da423d17d5f7ea2b2a2fd7950a89c86188c3a
 base/testfiles-lthooks/lthooks-031.lvt | 26 ++++++++++++++++++++++++++
 base/testfiles-lthooks/lthooks-031.tlg |  9 +++++++++
 2 files changed, 35 insertions(+)

diff --git a/base/testfiles-lthooks/lthooks-031.lvt b/base/testfiles-lthooks/lthooks-031.lvt
new file mode 100644
index 00000000..2bbfe5fd
--- /dev/null
+++ b/base/testfiles-lthooks/lthooks-031.lvt
@@ -0,0 +1,26 @@
+
+\RequirePackage[enable-debug]{expl3}
+\ExplSyntaxOn
+\debug_on:n { check-declarations , deprecation }
+\ExplSyntaxOff
+
+\input{regression-test}
+
+\START
+
+\ExplSyntaxOn
+\makeatletter
+
+\hook_new:n {aaaa}
+\hook_gput_code:nnn {aaaa}{A}{}
+\hook_gset_rule:nnnn{aaaa}{A}{after}{B}
+\hook_gput_code:nnn {aaaa}{B}
+  {\hook_gset_rule:nnnn{aaaa}{x}{before}{y}}
+
+\tex_everypar:D { \typeout{ERROR} }
+
+\__hook_initialize_all:
+
+\hook_use_once:n {aaaa}
+
+\END
diff --git a/base/testfiles-lthooks/lthooks-031.tlg b/base/testfiles-lthooks/lthooks-031.tlg
new file mode 100644
index 00000000..6cb878b3
--- /dev/null
+++ b/base/testfiles-lthooks/lthooks-031.tlg
@@ -0,0 +1,9 @@
+This is a generated file for the l3build validation system.
+Don't change this file in any respect.
+ERROR
+Missing character: There is no B in font nullfont!
+Missing character: There is no A in font nullfont!
+Missing character: There is no a in font nullfont!
+Missing character: There is no a in font nullfont!
+Missing character: There is no a in font nullfont!
+Missing character: There is no a in font nullfont!





More information about the latex3-commits mailing list.