[latex3-commits] [git/LaTeX3-latex3-latex3] gh433-regex-case: Update for kernel msg change (5c415232f)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Jan 10 16:59:51 CET 2022


Repository : https://github.com/latex3/latex3
On branch  : gh433-regex-case
Link       : https://github.com/latex3/latex3/commit/5c415232f876132a1b9f5bbd63c8428e84e2f6f6

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

commit 5c415232f876132a1b9f5bbd63c8428e84e2f6f6
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jan 10 15:59:51 2022 +0000

    Update for kernel msg change


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

5c415232f876132a1b9f5bbd63c8428e84e2f6f6
 l3kernel/l3regex.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3regex.dtx b/l3kernel/l3regex.dtx
index 8893f1b9a..acb7a8a12 100644
--- a/l3kernel/l3regex.dtx
+++ b/l3kernel/l3regex.dtx
@@ -6592,7 +6592,7 @@
   {
     \int_if_odd:nTF { \tl_count:n {#1} }
       {
-        \__kernel_msg_error:nnxxxx { regex } { case-odd }
+        \msg_error:nnxxxx { regex } { case-odd }
           { \token_to_str:N \regex_case_replace_once:nN(TF) } { code }
           { \tl_count:n {#1} } { \tl_to_str:n {#1} }
         \use_ii:nn
@@ -6624,7 +6624,7 @@
   {
     \int_if_odd:nTF { \tl_count:n {#1} }
       {
-        \__kernel_msg_error:nnxxxx { regex } { case-odd }
+        \msg_error:nnxxxx { regex } { case-odd }
           { \token_to_str:N \regex_case_replace_all:nN(TF) } { code }
           { \tl_count:n {#1} } { \tl_to_str:n {#1} }
         \use_ii:nn
@@ -6786,7 +6786,7 @@
   {
     \int_if_odd:nTF { \tl_count:n {#1} }
       {
-        \__kernel_msg_error:nnxxxx { regex } { case-odd }
+        \msg_error:nnxxxx { regex } { case-odd }
           { \token_to_str:N \regex_case_match:nn(TF) } { code }
           { \tl_count:n {#1} } { \tl_to_str:n {#1} }
         \use_ii:nn





More information about the latex3-commits mailing list.