[latex3-commits] [git/LaTeX3-latex3-l3build] master: Try again (931d6b7)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Sep 14 09:22:35 CEST 2020
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/931d6b73be608b57de65488b31917d688ec28751
>---------------------------------------------------------------
commit 931d6b73be608b57de65488b31917d688ec28751
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Sep 14 08:22:35 2020 +0100
Try again
>---------------------------------------------------------------
931d6b73be608b57de65488b31917d688ec28751
l3build-check.lua | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/l3build-check.lua b/l3build-check.lua
index 20cd731..34da922 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -225,6 +225,10 @@ local function normalize_log(content,engine,errlevels)
return ""
end
end
+ -- Deal with Lua function calls
+ if match(line, "^Lua function") then
+ line = gsub(line,"= %d+$","= ...")
+ end
-- Remove the \special line that in DVI mode keeps PDFs comparable
if match(line, "^%.*\\special%{pdf: docinfo << /Creator") or
match(line, "^%.*\\special%{ps: /setdistillerparams") or
@@ -325,10 +329,6 @@ local function normalize_lua_log(content,luatex)
if match(line, "^%.+\\mathon$") then
return line, line
end
- -- Deal with Lua function calls
- if match(line, "^Lua function") then
- line = gsub(line,"= %d+$","= ...")
- end
-- LuaTeX has a flexible output box
line = gsub(line,"\\box\\outputbox", "\\box255")
-- LuaTeX identifies spaceskip glue
More information about the latex3-commits
mailing list.