summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3build/l3build.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3build/l3build.dtx')
-rw-r--r--macros/latex/contrib/l3build/l3build.dtx8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/latex/contrib/l3build/l3build.dtx b/macros/latex/contrib/l3build/l3build.dtx
index 2f55c5173d..2c98aa4799 100644
--- a/macros/latex/contrib/l3build/l3build.dtx
+++ b/macros/latex/contrib/l3build/l3build.dtx
@@ -231,7 +231,7 @@
% }^^A
% }
%
-% \date{Released 2019-11-01}
+% \date{Released 2019-11-27}
%
% \maketitle
% \tableofcontents
@@ -930,7 +930,7 @@
% \cs{SHOWFILE} (\eTeX{} only) Shows the content of the file given as an
% argument.
% \item
-% \cs{ASSERT} and \cs{ASSERTSTR} (\eTeX{} only) Asserts if the full expansion
+% \cs{ASSERT} and \cs{ASSERTSTR} Asserts if the full expansion
% of the two required arguments are the same: the \cs{ASSERT} function is
% token-based, the \cs{ASSERTSTR} works on a string basis.
% \end{itemize}
@@ -2306,8 +2306,8 @@
\begingroup
\edef\@tempa{#1}%
\edef\@tempb{#2}%
- \edef\@tempa{\detokenize\expandafter{\@tempa}}%
- \edef\@tempb{\detokenize\expandafter{\@tempb}}%
+ \edef\@tempa{\meaning\@tempa}%
+ \edef\@tempb{\meaning\@tempb}%
\ifx\@tempa\@tempb
\TYPE{PASSED}%
\else