[latex3-commits] [latex3/latex2e] develop: Update to \file_full_name:n (145c0d37)

github at latex-project.org github at latex-project.org
Thu May 11 14:57:22 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/145c0d370cbfe9bd9758f761d717a4c1504b3e70

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

commit 145c0d370cbfe9bd9758f761d717a4c1504b3e70
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu May 11 13:57:22 2023 +0100

    Update to \file_full_name:n
    
    Need highlighted by 2b644de87198547913ee9a126dd3df4b6ce33a48


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

145c0d370cbfe9bd9758f761d717a4c1504b3e70
 texmf/tex/latex/l3kernel/expl3-code.tex | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/texmf/tex/latex/l3kernel/expl3-code.tex b/texmf/tex/latex/l3kernel/expl3-code.tex
index d8dcbac8..2630452f 100644
--- a/texmf/tex/latex/l3kernel/expl3-code.tex
+++ b/texmf/tex/latex/l3kernel/expl3-code.tex
@@ -11934,8 +11934,9 @@ Type  H <return>  for immediate help}\def~{\errmessage{%
     \tl_if_blank:nTF {#2}
       {#3}
       {
-        \int_compare:nNnTF
-          {#4} = {#2}
+        \bool_lazy_or:nnTF
+          { \int_compare_p:nNn {#4} = {#2} }
+          { \int_compare_p:nNn {#2} = { -1 } }
           {#1}
           {#3}
       }





More information about the latex3-commits mailing list.