From a249bad88a4acd5b5d3112eeed746258c9dce28d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 27 Nov 2019 22:05:41 +0000 Subject: l3build (27nov19) git-svn-id: svn://tug.org/texlive/trunk@52948 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/l3build/l3build.dtx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/source/latex/l3build') diff --git a/Master/texmf-dist/source/latex/l3build/l3build.dtx b/Master/texmf-dist/source/latex/l3build/l3build.dtx index 2f55c5173da..2c98aa47991 100644 --- a/Master/texmf-dist/source/latex/l3build/l3build.dtx +++ b/Master/texmf-dist/source/latex/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 -- cgit v1.2.3