Skip to content

Commit

Permalink
add a test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankMittelbach committed May 19, 2022
1 parent f911563 commit 4feb469
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 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
3 changes: 3 additions & 0 deletions 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!

0 comments on commit 4feb469

Please sign in to comment.