[latex3-commits] [l3svn] 04/09: l3build: Extend normalisation of "yoko diretion"

noreply at latex-project.org noreply at latex-project.org
Tue Sep 8 18:12:15 CEST 2015


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

joseph pushed a commit to branch master
in repository l3svn.

commit 83e26363579d92768d7b0c0932f2f4b82ad41fca
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Sep 8 14:10:26 2015 +0100

    l3build: Extend normalisation of "yoko diretion"
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 3385a89..4d69569 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -747,7 +747,7 @@ function formatlog(logfile, newfile, engine)
     -- uses a different number to the other engines
     line = string.gsub(line, "^%s+", "")
     -- Remove 'normal' direction information on boxes with (u)pTeX
-    line = string.gsub(line, ", yoko direction", "")
+    line = string.gsub(line, ",? yoko direction,?", "")
     -- Unicode engines display chars in the upper half of the 8-bit range:
     -- tidy up to match pdfTeX
     local utf8 = unicode.utf8

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


More information about the latex3-commits mailing list