diff --git a/base/testfiles-lthooks/lthooks-032.lvt b/base/testfiles-lthooks/lthooks-032.lvt new file mode 100644 index 000000000..ddf5baf09 --- /dev/null +++ b/base/testfiles-lthooks/lthooks-032.lvt @@ -0,0 +1,18 @@ + +\RequirePackage[enable-debug]{expl3} +\ExplSyntaxOn +\debug_on:n { check-declarations , deprecation } +\ExplSyntaxOff + +\documentclass{article} + +\input{regression-test} + + +\usepackage{tracefnt} + +\START + +\AddToHook{package/tracefnt/after}{\typeout{-> Too late so execute directly, but no error!}} + +\END diff --git a/base/testfiles-lthooks/lthooks-032.tlg b/base/testfiles-lthooks/lthooks-032.tlg new file mode 100644 index 000000000..ecb9ae510 --- /dev/null +++ b/base/testfiles-lthooks/lthooks-032.tlg @@ -0,0 +1,3 @@ +This is a generated file for the l3build validation system. +Don't change this file in any respect. +-> Too late so execute directly, but no error!