[latex3-commits] [git/LaTeX3-latex3-latex3] main: Correct logic (f6d8b0957)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Apr 28 13:21:22 CEST 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/f6d8b09576498a34a7696d86d7060b19dd625a9a

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

commit f6d8b09576498a34a7696d86d7060b19dd625a9a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Apr 28 12:20:14 2022 +0100

    Correct logic


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

f6d8b09576498a34a7696d86d7060b19dd625a9a
 l3kernel/l3text-case.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3text-case.dtx b/l3kernel/l3text-case.dtx
index 757fec249..e9b3bf586 100644
--- a/l3kernel/l3text-case.dtx
+++ b/l3kernel/l3text-case.dtx
@@ -949,13 +949,13 @@
           \prg_return_false:
         \else:
           \if_int_compare:w #1 > "1FFF \exp_stop_f:
-            \prg_return_false:
-          \else:
             \if_int_compare:w #1 = "2126 \exp_stop_f:
               \prg_return_true:
             \else:
               \prg_return_false:
             \fi:
+          \else:
+            \prg_return_true:
           \fi:
         \fi:
       \else:





More information about the latex3-commits mailing list.