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

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Apr 11 11:25:03 CEST 2018


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

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

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

    Revert "Skip ISO date lines"
    
    This reverts commit cc535d4e25dccd98c457ab44e7f53e353f722078.


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

e48d29c69f3d18c6589b1c9fbda2426b643bea31
 l3build-check.lua |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/l3build-check.lua b/l3build-check.lua
index 442bd91..fd5371d 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -90,8 +90,7 @@ 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") 
-         or match(line, "[^<]%d%d%d%d%-%d%d%-%d%d") then
+      if 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