diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3build/l3build.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3build/l3build.dtx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/l3build/l3build.dtx b/Master/texmf-dist/source/latex/l3build/l3build.dtx index 81e3be423eb..a7e04a1a6f6 100644 --- a/Master/texmf-dist/source/latex/l3build/l3build.dtx +++ b/Master/texmf-dist/source/latex/l3build/l3build.dtx @@ -229,7 +229,7 @@ % }^^A % } % -% \date{Released 2019-09-14} +% \date{Released 2019-09-18} % % \maketitle % \tableofcontents @@ -1082,6 +1082,12 @@ % \END % \end{Verbatim} % +% \subsection{Pre-check hook} +% +% To allow complex set up for tests, a hook |checkinit_hook()| is available +% to be executed once all standard set up is complete but before any tests +% are run. +% % \subsection{Additional test tasks} % % A standard test will run the file \texttt{\meta{name}.lvt} using one @@ -1292,7 +1298,7 @@ % '\nrelease_date = "%d%d%d%d/%d%d/%d%d"\n', % '\nrelease_date = "' .. tagname .. '"\n') % end -% return contents +% return content % end % \end{lstlisting} % \caption{Example \texttt{update_tag} function.} |