summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3build/l3build.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3build/l3build.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3build/l3build.dtx11
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3build/l3build.dtx b/Master/texmf-dist/source/latex/l3build/l3build.dtx
index a68f9d6330e..a91a228d8f0 100644
--- a/Master/texmf-dist/source/latex/l3build/l3build.dtx
+++ b/Master/texmf-dist/source/latex/l3build/l3build.dtx
@@ -39,8 +39,8 @@
\RequirePackage{expl3}
\def\ExplFileName{l3build}
\def\ExplFileDescription{L3 Regression test suite}
-\def\ExplFileDate{2015/09/27}
-\def\ExplFileVersion{6111}
+\def\ExplFileDate{2015/09/24}
+\def\ExplFileVersion{6172}
\documentclass[full]{l3doc}
\renewcommand\partname{Part}
\usepackage{multicol,needspace}
@@ -1087,6 +1087,7 @@
^^\endgroup{}%
% \end{macrocode}
% The test should end with |\END| or |\end{document}|
+% or |\bye| in plain \TeX{}.
% \begin{macrocode}
\ifx\@@end\@undefined
\let\@@@end\end
@@ -1105,7 +1106,11 @@
\fi
\LONGTYPEOUT{END-TEST-LOG}\@@@end
}
-\let\@@end\END
+\ifx\@@end\@undefined
+ \let\end\END
+\else
+ \let\@@end\END
+\fi
% \end{macrocode}
% After the |\START| should come declarations of the format and style
% options being used.