[latex3-commits] [git/LaTeX3-latex3-latex3] scan-quark: Simplify code for correct input (5f4122938)

PhelypeOleinik tex.phelype at gmail.com
Mon Mar 30 15:41:19 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : scan-quark
Link       : https://github.com/latex3/latex3/commit/5f412293888afce191e795b4aae24903b9067737

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

commit 5f412293888afce191e795b4aae24903b9067737
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Mon Mar 30 10:41:19 2020 -0300

    Simplify code for correct input


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

5f412293888afce191e795b4aae24903b9067737
 l3kernel/l3quark.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3quark.dtx b/l3kernel/l3quark.dtx
index d0b52a60d..3870a92fd 100644
--- a/l3kernel/l3quark.dtx
+++ b/l3kernel/l3quark.dtx
@@ -626,9 +626,9 @@
     \reverse_if:N \if_bool:N #3
       \__kernel_msg_error:nnx { kernel } { missing-colon }
         { \token_to_str:N #4 }
-      \exp_after:wN \use_none:nnnnnn
+      \exp_after:wN \use_none:nnnnnnn
     \fi:
-    \use:n { \@@_test_generate_choose:nNnNnn {#2} #4 }
+    \@@_test_generate_choose:nNnNnn {#2} #4
   }
 \cs_new_protected:Npn \@@_test_generate_choose:nNnNnn #1 #2 #3
   {





More information about the latex3-commits mailing list.