[latex3-commits] [git/LaTeX3-latex3-latex2e] hotfix/gh464: Add test file from the github issue (744b9f32)
PhelypeOleinik
phelype.oleinik at latex-project.org
Mon Jan 4 05:29:35 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : hotfix/gh464
Link : https://github.com/latex3/latex2e/commit/744b9f327c730ba82a56cdcbc606f196cee219b6
>---------------------------------------------------------------
commit 744b9f327c730ba82a56cdcbc606f196cee219b6
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Mon Jan 4 01:29:35 2021 -0300
Add test file from the github issue
https://github.com/latex3/latex2e/issues/464
>---------------------------------------------------------------
744b9f327c730ba82a56cdcbc606f196cee219b6
.../{filehook-002.lvt => github-0464.lvt} | 21 ++++++++-------------
.../testfiles-lthooks/github-0464.tlg | 4 +++-
2 files changed, 11 insertions(+), 14 deletions(-)
diff --git a/base/testfiles-lthooks/filehook-002.lvt b/base/testfiles-lthooks/github-0464.lvt
similarity index 54%
copy from base/testfiles-lthooks/filehook-002.lvt
copy to base/testfiles-lthooks/github-0464.lvt
index 43d1754e..1731b980 100644
--- a/base/testfiles-lthooks/filehook-002.lvt
+++ b/base/testfiles-lthooks/github-0464.lvt
@@ -3,21 +3,16 @@
\debug_on:n { check-declarations , deprecation }
\ExplSyntaxOff
-% like filehook-ext but testing new implementation
+\begin{filecontents}{testA.tex}
+\egroup\bgroup
+\end{filecontents}
\input{regression-test}
-\START
-
-\DebugHooksOn
-
-\RequirePackage{structuredlog}
-
-\RequirePackage[loading]{tracefnt}
-
\documentclass{article}
-
-
-
+\AddToHook{file/after}{\typeout{After "\CurrentFile"}}
+\START
+\bgroup
+\input{testA}
+\egroup
\END
-
diff --git a/required/amsmath/testfiles-TU/tlb-lualatex-math-move.xetex.tlg b/base/testfiles-lthooks/github-0464.tlg
similarity index 76%
copy from required/amsmath/testfiles-TU/tlb-lualatex-math-move.xetex.tlg
copy to base/testfiles-lthooks/github-0464.tlg
index 8741b5c9..3d261a4d 100644
--- a/required/amsmath/testfiles-TU/tlb-lualatex-math-move.xetex.tlg
+++ b/base/testfiles-lthooks/github-0464.tlg
@@ -1,3 +1,5 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
-test only for lualatex
+(testA.tex)
+After ""
+After ""
More information about the latex3-commits
mailing list.