[latex3-commits] [l3svn] r6288 - Use N-type quark test for consistency

noreply at latex-project.org noreply at latex-project.org
Tue Nov 17 11:25:21 CET 2015


Author: bruno
Date: 2015-11-17 11:25:21 +0100 (Tue, 17 Nov 2015)
New Revision: 6288

Modified:
   trunk/l3packages/xparse/xparse.dtx
Log:
Use N-type quark test for consistency

When the argument has been checked using \@@_single_token_check:n, other 
\@@_count_type_... functions use \quark_if_recursion_tail_stop_do:Nn too.


Modified: trunk/l3packages/xparse/xparse.dtx
===================================================================
--- trunk/l3packages/xparse/xparse.dtx	2015-11-17 10:17:58 UTC (rev 6287)
+++ trunk/l3packages/xparse/xparse.dtx	2015-11-17 10:25:21 UTC (rev 6288)
@@ -1204,7 +1204,7 @@
 \cs_new_protected:Npn \@@_count_type_k:w #1
   {
     \@@_single_token_check:n {#1}
-    \quark_if_recursion_tail_stop_do:nn {#1} { \@@_bad_arg_spec:wn }
+    \quark_if_recursion_tail_stop_do:Nn #1 { \@@_bad_arg_spec:wn }
     \@@_count_mandatory:N
   }
 \cs_new_protected:Npn \@@_count_type_K:w #1#2



More information about the latex3-commits mailing list