[latex3-commits] [git/LaTeX3-latex3-l3build] main: Mumble (563db82)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Apr 14 15:04:02 CEST 2022


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/563db8204d20d58684251c0c0a6200f9e7fc678a

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

commit 563db8204d20d58684251c0c0a6200f9e7fc678a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Apr 14 14:04:02 2022 +0100

    Mumble


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

563db8204d20d58684251c0c0a6200f9e7fc678a
 l3build-check.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-check.lua b/l3build-check.lua
index d77fc6c..5ec71d0 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -553,7 +553,7 @@ local function normalize_pdf(content)
       not match(line,"^%%%%%+") then
       line = gsub(line,"%/ID( ?)%[<[^>]+><[^>]+>]","/ID%1[<ID-STRING><ID-STRING>]")
       line = gsub(line,"%/ID( ?)%[(%b())%2%]","/ID%1[<ID-STRING><ID-STRING>]")
-      line = gbsub(line,"GhostScript %d%.%d+%.?%d*","GhostScript ...")
+      line = gsub(line,"GhostScript %d%.%d+%.?%d*","GhostScript ...")
       new_content = new_content .. line .. os_newline
     end
   end





More information about the latex3-commits mailing list.