[latex3-commits] [git/LaTeX3-latex3-latex3] master: Update .lvt as XeTeX now has file operations (f800bfbdb)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Nov 19 19:14:04 CET 2019


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

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

commit f800bfbdb52c7e772a7428850f5e3207b17ee7ee
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Nov 19 18:14:04 2019 +0000

    Update .lvt as XeTeX now has file operations


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

f800bfbdb52c7e772a7428850f5e3207b17ee7ee
 l3kernel/testfiles/m3file001.lvt | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/l3kernel/testfiles/m3file001.lvt b/l3kernel/testfiles/m3file001.lvt
index 3959a7a41..faa940f2c 100644
--- a/l3kernel/testfiles/m3file001.lvt
+++ b/l3kernel/testfiles/m3file001.lvt
@@ -157,9 +157,7 @@
     % Unix line endings
     \str_if_eq:VnTF \l_tmpa_tl { 4F918CB10404DD50E3C1B9990FF54D4A }
       {
-        \bool_lazy_or:nnTF
-          { \sys_if_engine_xetex_p: }
-          { \int_compare_p:nNn \l_tmpb_tl = { 120 } }
+        \int_compare:nNnTF \l_tmpb_tl = { 120 }
           \TRUE
           \ERROR
       }
@@ -167,9 +165,7 @@
         % Windows line endings
         \str_if_eq:VnTF \l_tmpa_tl { FA408C34EC7616533C50F8643B7949B6 }
           {
-            \bool_lazy_or:nnTF
-              { \sys_if_engine_xetex_p: }
-              { \int_compare_p:nNn \l_tmpb_tl = { 123 } }
+            \int_compare:nNnTF \l_tmpb_tl = { 123 }
               \TRUE
               \ERROR
           }





More information about the latex3-commits mailing list