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

@@ -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()