[latex3-commits] [git/LaTeX3-latex3-l3build] master: Cover e-(u)pTeX (see #103) (322616c)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Oct 27 17:13:18 CET 2019


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/322616cf55c7c100c15456f922479b048f627b23

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

commit 322616cf55c7c100c15456f922479b048f627b23
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Oct 27 16:13:18 2019 +0000

    Cover e-(u)pTeX (see #103)


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

322616cf55c7c100c15456f922479b048f627b23
 l3build-check.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-check.lua b/l3build-check.lua
index 539a9fe..b159b4d 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -215,7 +215,7 @@ local function normalize_log(content,engine,errlevels)
     if match(line, "^> \\box%d+=$") or match(line, "^> \\box%d+=(void)$") then
       line = gsub(line, "%d+=", "...=")
     end
-    if not match(stdengine,"^u?ptex$") then
+    if not match(stdengine,"^e?u?ptex$") then
       -- Remove 'normal' direction information on boxes with (u)pTeX
       line = gsub(line, ",? yoko direction,?", "")
       line = gsub(line, ",? yoko%(math%) direction,?", "")





More information about the latex3-commits mailing list