[latex3-commits] [git/LaTeX3-latex3-latex3] master: Fix logic for one engine test (6e5cc233d)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Oct 26 16:53:00 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/6e5cc233d25c45b1eb89d92d3c418cd7293a5050

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

commit 6e5cc233d25c45b1eb89d92d3c418cd7293a5050
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Oct 26 15:53:00 2019 +0100

    Fix logic for one engine test


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

6e5cc233d25c45b1eb89d92d3c418cd7293a5050
 l3kernel/l3candidates.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 03d378033..ab9c1f758 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -2845,9 +2845,9 @@
 % octets, so that is taken as read.
 %    \begin{macrocode}
 \group_begin:
-  \bool_lazy_or:nnT
-    { \sys_if_engine_pdftex_p: }
-    { \sys_if_engine_uptex_p: }
+  \bool_lazy_or:nnF
+    { \sys_if_engine_luatex_p: }
+    { \sys_if_engine_xetex_p: }
     {
       \cs_set_protected:Npn \@@_loop:nn #1#2
         {





More information about the latex3-commits mailing list