[latex3-commits] [git/LaTeX3-latex3-l3build] master: Skip ISO date lines (cc535d4)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Mar 26 14:09:05 CEST 2018


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

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

commit cc535d4e25dccd98c457ab44e7f53e353f722078
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Mar 26 13:09:05 2018 +0100

    Skip ISO date lines


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

cc535d4e25dccd98c457ab44e7f53e353f722078
 l3build-check.lua |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/l3build-check.lua b/l3build-check.lua
index f378893..a51dafd 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