diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-27 22:05:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-27 22:05:41 +0000 |
commit | a249bad88a4acd5b5d3112eeed746258c9dce28d (patch) | |
tree | 81909999d28ba1b3f9bf12686e4646951f2ef100 /Master/texmf-dist/source/latex/l3build | |
parent | daa48402af9dca7dd8362ec74380bbd72623fa46 (diff) |
l3build (27nov19)
git-svn-id: svn://tug.org/texlive/trunk@52948 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3build')
-rw-r--r-- | Master/texmf-dist/source/latex/l3build/l3build.dtx | 8 |
1 files changed, 4 insertions, 4 deletions
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 |