summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-09-18 21:57:54 +0000
committerKarl Berry <karl@freefriends.org>2019-09-18 21:57:54 +0000
commit57d8e344d4a807272cc4f5ee6c04af89ff866756 (patch)
treec4a0f1bde530f3bb23465d1ccda18efd544012c1 /Master/texmf-dist/source/latex/l3build
parentb2f37ee52f7c16b06e80a904fd3e59c0e88d1bfd (diff)
l3build (18sep19)
git-svn-id: svn://tug.org/texlive/trunk@52119 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3build')
-rw-r--r--Master/texmf-dist/source/latex/l3build/l3build.dtx10
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.}