[latex3-commits] [l3svn] branch master updated: l3build: Another LaTeX oddity covered

noreply at latex-project.org noreply at latex-project.org
Sat May 7 14:28:15 CEST 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  dfe29f7   l3build: Another LaTeX oddity covered
dfe29f7 is described below

commit dfe29f7351fe8b876d3f2a6a72824e9e8114ca19
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat May 7 10:34:21 2016 +0100

    l3build: Another LaTeX oddity covered
    
    v0.95 may end up with "TIMO" on the same line as a closing parenthesis.
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 6a6a1fb..035d13f 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -828,7 +828,7 @@ function formatlog(logfile, newfile, engine)
       break
     elseif line == "OMIT" then
       skipping = true
-    elseif line == "TIMO" then
+    elseif string.match(line, "^%)?TIMO$") then
       skipping = false
     elseif not prestart and not skipping then
       line = normalize(line)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list