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:
@@ -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