[latex3-commits] [latex3/latex3] gh890: Apply suggestions from code review (67521161d)

github at latex-project.org github at latex-project.org
Wed Nov 27 08:37:34 CET 2024


Repository : https://github.com/latex3/latex3
On branch  : gh890
Link       : https://github.com/latex3/latex3/commit/67521161d75dcb309dc9891ba451d9b006a98478

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

commit 67521161d75dcb309dc9891ba451d9b006a98478
Author: Joseph Wright <joseph at texdev.net>
Date:   Wed Nov 27 07:37:34 2024 +0000

    Apply suggestions from code review
    
    Co-authored-by: Yukai Chou <muzimuzhi at gmail.com>


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

67521161d75dcb309dc9891ba451d9b006a98478
 l3kernel/l3int.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3int.dtx b/l3kernel/l3int.dtx
index 08a827463..3d94d6f5b 100644
--- a/l3kernel/l3int.dtx
+++ b/l3kernel/l3int.dtx
@@ -1539,7 +1539,7 @@
 \cs_new_protected:Npn \int_gset_regex_count:Nnn #1#2#3
   {
     \group_begin:
-      \int_set_eq:NN \exp_not:N \l_@@_internal_a_int #1
+      \int_set_eq:NN \l_@@_internal_a_int #1
       \regex_count:nnN {#2} {#3} \l_@@_internal_a_int
       \int_gset_eq:NN #1 \l_@@_internal_a_int
     \group_end:
@@ -1551,7 +1551,7 @@
 \cs_new_protected:Npn \int_gset_regex_count:NNn #1#2#3
   {
     \group_begin:
-      \int_set_eq:NN \exp_not:N \l_@@_internal_a_int #1
+      \int_set_eq:NN \l_@@_internal_a_int #1
       \regex_count:NnN #2 {#3} \l_@@_internal_a_int
       \int_gset_eq:NN #1 \l_@@_internal_a_int
     \group_end:





More information about the latex3-commits mailing list.