[latex3-commits] [git/LaTeX3-latex3-latex3] scan-quark: Add braces around argument (e044b5df7)

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


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

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

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

    Add braces around argument


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

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

diff --git a/l3kernel/l3quark.dtx b/l3kernel/l3quark.dtx
index 61db72192..665b94cab 100644
--- a/l3kernel/l3quark.dtx
+++ b/l3kernel/l3quark.dtx
@@ -612,13 +612,13 @@
 \cs_new_protected:Npn \__kernel_quark_test_generate:NNNn #1
   {
     \exp_last_unbraced:Nf \@@_test_generate_aux:nnNN
-      \cs_split_function:N #1
+      { \cs_split_function:N #1 }
       #1 { test }
   }
 \cs_new_protected:Npn \__kernel_quark_conditional_generate:NNnn #1
   {
     \exp_last_unbraced:Nf \@@_test_generate_aux:nnNN
-      \cs_split_function:N #1
+      { \cs_split_function:N #1 }
       #1 { conditional }
   }
 \cs_new_protected:Npn \@@_test_generate_aux:nnNN #1 #2 #3 #4





More information about the latex3-commits mailing list.