[latex3-commits] [git/LaTeX3-latex3-l3build] master: Revert "Revert "Skip ISO date lines"" (8aaed2e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu May 10 14:34:52 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/8aaed2e70fdfc32fe8afba50a64d0df8f912bd82
>---------------------------------------------------------------
commit 8aaed2e70fdfc32fe8afba50a64d0df8f912bd82
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Mar 26 13:09:05 2018 +0100
Revert "Revert "Skip ISO date lines""
This reverts commit e48d29c69f3d18c6589b1c9fbda2426b643bea31.
>---------------------------------------------------------------
8aaed2e70fdfc32fe8afba50a64d0df8f912bd82
l3build-check.lua | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/l3build-check.lua b/l3build-check.lua
index fd5371d..442bd91 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -90,7 +90,8 @@ local function formatlog(logfile, newfile, engine, errlevels)
end
local function killcheck(line)
-- Skip lines containing file dates
- if match(line, "[^<]%d%d%d%d/%d%d/%d%d") then
+ if match(line, "[^<]%d%d%d%d/%d%d/%d%d")
+ or match(line, "[^<]%d%d%d%d%-%d%d%-%d%d") then
return true
elseif
-- Skip \openin/\openout lines in web2c 7.x
More information about the latex3-commits
mailing list