[latex3-commits] [l3svn] 05/06: Remove some (apparently) stray lines

noreply at latex-project.org noreply at latex-project.org
Sun Nov 8 22:37:04 CET 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit db296669f56b2ba224daa912b30153a72350163a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Nov 8 20:47:29 2015 +0000

    Remove some (apparently) stray lines
    
    I don't see what these are for, and they don't seem to affect
    the tests.
---
 l3packages/xparse/xparse.dtx |   32 ++++++++++++--------------------
 1 file changed, 12 insertions(+), 20 deletions(-)

diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index 6997e3e..253a763 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -2831,16 +2831,12 @@
     \exp_args:No \tl_if_empty:oTF
       { #3 { \use_none:nnn } #2 \q_@@ #5 #4 \q_@@ #5 }
       {
-        \tl_if_blank:oTF { \use_none:nn #1#2 }
-          { \@@_put_arg_expandable:ow { } }
-          {
-            \str_if_eq_x:nnTF
-              { \exp_not:o { \use_none:nn #1#2 } }
-              { { \exp_not:o { \use_iii:nnnn #1#2 \q_nil } } }
-              { \@@_put_arg_expandable:ow { \use_iii:nnn #1#2 } }
-              { \@@_put_arg_expandable:ow { \use_none:nn #1#2 } }
-          }
-          #6 \q_@@ #7
+        \str_if_eq_x:nnTF
+          { \exp_not:o { \use_none:nn #1#2 } }
+          { { \exp_not:o { \use_iii:nnnn #1#2 \q_nil } } }
+          { \@@_put_arg_expandable:ow { \use_iii:nnn #1#2 } }
+          { \@@_put_arg_expandable:ow { \use_none:nn #1#2 } }
+            #6 \q_@@ #7
       }
       {
         #3
@@ -2878,16 +2874,12 @@
   }
 \cs_new:Npn \@@_expandable_grab_D_alt:Nwn #1#2 \q_@@ #3
   {
-    \tl_if_blank:oTF { \use_none:nn #1#2 }
-      { \@@_put_arg_expandable:ow { } }
-      {
-        \str_if_eq_x:nnTF
-          { \exp_not:o { \use_none:n #3 } }
-          { { \exp_not:o { \use_ii:nnn #3 \q_nil } } }
-          { \@@_put_arg_expandable:ow { \use_ii:nn #3 } }
-          { \@@_put_arg_expandable:ow { \use_none:n #3 } }
-      }
-      #2 \q_@@ #1
+    \str_if_eq_x:nnTF
+      { \exp_not:o { \use_none:n #3 } }
+      { { \exp_not:o { \use_ii:nnn #3 \q_nil } } }
+      { \@@_put_arg_expandable:ow { \use_ii:nn #3 } }
+      { \@@_put_arg_expandable:ow { \use_none:n #3 } }
+        #2 \q_@@ #1
   }
 %    \end{macrocode}
 % \end{macro}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list