bump crengine: text formatting: fix leading spaces issues (#4008)

Includes:
- text formatting: fix leading spaces issues
- new English US & GB hyph patterns
This commit is contained in:
poire-z
2018-06-13 01:19:51 +02:00
committed by GitHub
parent 586b42aa20
commit b9141897a3
3 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ describe("Readersearch module", function()
it("should find the last occurrence", function()
-- local logger = require("logger")
-- logger.info("nb of pages", doc:getPageCount())
-- 20180602: currently 200 pages (was 202 before)
-- 20180613: currently 199 pages (20180602 was 200, was 202 before)
for i = 100, 180, 10 do
rolling:onGotoPage(i)
local words = search:searchFromEnd("Verona")