[latex3-commits] [l3svn] r6096 - Move an argument outside \tex_lowercase:D

noreply at latex-project.org noreply at latex-project.org
Fri Sep 25 18:35:45 CEST 2015


Author: bruno
Date: 2015-09-25 18:35:45 +0200 (Fri, 25 Sep 2015)
New Revision: 6096

Modified:
   trunk/l3packages/xparse/xparse.dtx
Log:
Move an argument outside \tex_lowercase:D


Modified: trunk/l3packages/xparse/xparse.dtx
===================================================================
--- trunk/l3packages/xparse/xparse.dtx	2015-09-25 16:17:31 UTC (rev 6095)
+++ trunk/l3packages/xparse/xparse.dtx	2015-09-25 16:35:45 UTC (rev 6096)
@@ -2951,10 +2951,10 @@
     \char_set_lccode:nn { `\@ } { `#1 }
     \tex_lowercase:D
       {
-         \group_end:
-        \tl_replace_all:Nnn \l_@@_split_list_tl { @ } {#1}
-      }
-     \@@_split_list_multi:nV {#1}  \l_@@_split_list_tl
+        \group_end:
+        \tl_replace_all:Nnn \l_@@_split_list_tl { @ }
+      }   {#1}
+     \@@_split_list_multi:nV {#1} \l_@@_split_list_tl
    }
 \group_end:
 %    \end{macrocode}



More information about the latex3-commits mailing list