File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ function package:registerCommands ()
389389 SILE .call (" novbreak" )
390390 SILE .call (" fullrule" , { thickness = " 0.5pt" })
391391 SILE .call (" novbreak" )
392- SILE .typesetter :pushVglue (- bs - ex )
392+ SILE .typesetter :pushVglue (- bs - ex )
393393 SILE .call (" novbreak" )
394394 end )
395395 end
Original file line number Diff line number Diff line change @@ -299,7 +299,6 @@ function package:registerCommands ()
299299 end
300300 self :doItem (options , content )
301301 end )
302-
303302end
304303
305304package .documentation = [[
Original file line number Diff line number Diff line change 11SILE = require (" core.sile" )
22
33describe (" Language module" , function ()
4-
54 it (" should set env locale" , function ()
65 SILE .call (" language" , { main = " tr" })
76 local syslang = os.getenv (" LANG" )
You can’t perform that action at this time.
0 commit comments