[latex3-commits] [git/LaTeX3-latex3-latex3] scan-quark: Missed one scan mark in l3file (5dd4a6d6f)

PhelypeOleinik tex.phelype at gmail.com
Sat Mar 21 02:48:38 CET 2020


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

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

commit 5dd4a6d6f875f1659111ac3951a369ed17a2eede
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Fri Mar 20 22:48:38 2020 -0300

    Missed one scan mark in l3file


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

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

diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 8c0738c11..72940eb4a 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -2570,13 +2570,13 @@
     \@@_if_nil:nTF {#3}
       {
         \exp_args:Ne \__kernel_file_name_trim_spaces_aux:n
-          { \tl_trim_spaces:n { #1 \s_stop } }
+          { \tl_trim_spaces:n { #1 \s_@@_stop } }
       }
       { \tl_trim_spaces:n {#1} }
   }
 \cs_new:Npn \__kernel_file_name_trim_spaces_aux:n #1
   { \__kernel_file_name_trim_spaces_aux:w #1 }
-\cs_new:Npn \__kernel_file_name_trim_spaces_aux:w #1 \s_stop {#1}
+\cs_new:Npn \__kernel_file_name_trim_spaces_aux:w #1 \s_@@_stop {#1}
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}





More information about the latex3-commits mailing list.