From 4feb469dd937ff1184a41ed2ff31d1fbe0005869 Mon Sep 17 00:00:00 2001 From: Frank Mittelbach Date: Thu, 19 May 2022 10:01:17 +0200 Subject: [PATCH] add a test --- base/testfiles-lthooks/lthooks-032.lvt | 18 ++++++++++++++++++ base/testfiles-lthooks/lthooks-032.tlg | 3 +++ 2 files changed, 21 insertions(+) create mode 100644 base/testfiles-lthooks/lthooks-032.lvt create mode 100644 base/testfiles-lthooks/lthooks-032.tlg 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!