[latex3-commits] [l3svn] r6885 - Fix expansion in \tl_show_analysis:n

noreply at latex-project.org noreply at latex-project.org
Sat Feb 11 05:27:25 CET 2017


Author: bruno
Date: 2017-02-11 05:27:25 +0100 (Sat, 11 Feb 2017)
New Revision: 6885

Modified:
   trunk/l3experimental/l3str/l3tl-analysis.dtx
Log:
Fix expansion in \tl_show_analysis:n

This only showed up for registers with very long names.


Modified: trunk/l3experimental/l3str/l3tl-analysis.dtx
===================================================================
--- trunk/l3experimental/l3str/l3tl-analysis.dtx	2017-02-11 04:26:26 UTC (rev 6884)
+++ trunk/l3experimental/l3str/l3tl-analysis.dtx	2017-02-11 04:27:25 UTC (rev 6885)
@@ -1028,7 +1028,7 @@
         \token_if_toks_register:NTF #1 \__prg_break: { }
         \use_none:nnn
         \__prg_break_point:
-        \use:n { = \tex_the:D #1 }
+        \use:n { \exp_after:wN = \tex_the:D #1 }
       }
   }
 %    \end{macrocode}



More information about the latex3-commits mailing list