mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
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:
2
base
2
base
Submodule base updated: 340e809afd...40cedfa557
@@ -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")
|
||||
|
||||
@@ -25,7 +25,7 @@ describe("Readertoc module", function()
|
||||
title = toc:getTocTitleByPage(51)
|
||||
DEBUG("toc", toc.toc)
|
||||
assert(title == "SCENE V. A hall in Capulet's house.")
|
||||
title = toc:getTocTitleByPage(155)
|
||||
title = toc:getTocTitleByPage(154)
|
||||
assert(title == "SCENE I. Friar Laurence's cell.")
|
||||
end)
|
||||
describe("getTocTicks API", function()
|
||||
|
||||
Reference in New Issue
Block a user