[latex3-commits] [git/LaTeX3-latex3-latex3] master: Fix for #672 (dc969e6e8)
GitHub
noreply at github.com
Fri Feb 14 02:18:22 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/dc969e6e8cd7851c5d687cf1af654f2b75b71468
>---------------------------------------------------------------
commit dc969e6e8cd7851c5d687cf1af654f2b75b71468
Author: Phelype Oleinik <phe.h.o1 at gmail.com>
Date: Thu Feb 13 22:18:22 2020 -0300
Fix for #672
>---------------------------------------------------------------
dc969e6e8cd7851c5d687cf1af654f2b75b71468
l3packages/xparse/xparse.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index 1f0f48327..3dc62bd1e 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -3932,10 +3932,10 @@
% the delimiters are different.
% \begin{macrocode}
\cs_new:Npn \@@_expandable_grab_R_alt:w #1 \q_@@ #2#3
- { #2 { \@@_expandable_grab_R_alt_aux:NNnwNn #1 \q_@@ #2#3 } }
+ { #2 { \@@_expandable_grab_R_alt_aux:NNwNNn #1 \q_@@ #2#3 } }
\cs_set_protected:Npn \@@_tmp:w #1
{
- \cs_new:Npn \@@_expandable_grab_R_alt_aux:NNwNn ##1##2##3 \q_@@ ##4##5##6
+ \cs_new:Npn \@@_expandable_grab_R_alt_aux:NNwNNn ##1##2##3 \q_@@ ##4##5##6
{
\str_if_eq:nnTF {##6} {##2}
{
More information about the latex3-commits
mailing list.