summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3build/regression-test.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3build/regression-test.tex')
-rw-r--r--Master/texmf-dist/tex/latex/l3build/regression-test.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/l3build/regression-test.tex b/Master/texmf-dist/tex/latex/l3build/regression-test.tex
index fc77a4da7df..b589c5fc786 100644
--- a/Master/texmf-dist/tex/latex/l3build/regression-test.tex
+++ b/Master/texmf-dist/tex/latex/l3build/regression-test.tex
@@ -189,8 +189,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