Skip to content

Commit

Permalink
test for #360
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankMittelbach committed Aug 21, 2020
1 parent 90061bf commit 924e270
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
21 changes: 21 additions & 0 deletions base/testfiles-lthooks/github-0360.lvt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
\documentclass{article}

%\DebugHookOn

\input{regression-test}

\AddToHook{begindocument}{%
\typeout{+++++ check}%
\AddToHook{begindocument}{\typeout{+++++ check nested}}
}
\AddToHook{env/document/begin}{%
\typeout{***** check}%
\AddToHook{env/document/begin}{\typeout{***** check nested}}
}

\START

\begin{document}
test

\END
30 changes: 30 additions & 0 deletions base/testfiles-lthooks/github-0360.tlg
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
***** check
(../l3backend-dvips.def
File: l3backend-dvips.def ....-..-.. L3 backend support: dvips
\l__pdf_internal_box=\box...
\g__pdf_backend_object_int=\count...
\l__pdf_backend_content_box=\box...
\l__pdf_backend_model_box=\box...
\g__pdf_backend_annotation_int=\count...
\g__pdf_backend_link_int=\count...
\g__pdf_backend_link_sf_int=\count...
)
No file github-0360.aux.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line ....
LaTeX Font Info: ... okay on input line ....
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line ....
LaTeX Font Info: ... okay on input line ....
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line ....
LaTeX Font Info: ... okay on input line ....
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line ....
LaTeX Font Info: ... okay on input line ....
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line ....
LaTeX Font Info: ... okay on input line ....
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line ....
LaTeX Font Info: ... okay on input line ....
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line ....
LaTeX Font Info: ... okay on input line ....
+++++ check
+++++ check nested

0 comments on commit 924e270

Please sign in to comment.