[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct a test (149d56c)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Mar 23 10:19:28 CET 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/149d56c3c61124f1bb2a7df78c7b817bea96b860

>---------------------------------------------------------------

commit 149d56c3c61124f1bb2a7df78c7b817bea96b860
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Mar 23 09:19:28 2019 +0000

    Correct a test


>---------------------------------------------------------------

149d56c3c61124f1bb2a7df78c7b817bea96b860
 l3kernel/l3sys.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3sys.dtx b/l3kernel/l3sys.dtx
index 249b424..3893d7a 100644
--- a/l3kernel/l3sys.dtx
+++ b/l3kernel/l3sys.dtx
@@ -250,7 +250,7 @@
 \group_begin:
   \cs_set:Npn \@@_tmp:w #1
     {
-      \str_if_eq:eeTF { \cs_meaning:N #1 } { \cs_to_str:N #1 }
+      \str_if_eq:eeTF { \cs_meaning:N #1 } { \token_to_str:N #1 }
         { #1 }
         {
           \cs_if_exist:NTF \tex_primitive:D





More information about the latex3-commits mailing list