mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
bump crengine: hyphenation, kerning and epub.css fixes (#5043)
Includes: - Freetype kerning: fix possible unstable rendering - Hyphenation: fix one-letter patterns, update French.pattern - Hyphenation: update French.pattern - epub.css: add style for empty-line (used on text files)
This commit is contained in:
@@ -201,7 +201,7 @@ describe("Readerrolling module", function()
|
||||
local ReaderView = require("apps/reader/modules/readerview")
|
||||
local saved_handler = ReaderView.onPageUpdate
|
||||
ReaderView.onPageUpdate = function(_self)
|
||||
assert.are.same(6, _self.ui.document:getPageCount())
|
||||
assert.are.same(7, _self.ui.document:getPageCount())
|
||||
end
|
||||
local test_book = "spec/front/unit/data/sample.txt"
|
||||
require("docsettings"):open(test_book):purge()
|
||||
|
||||
Reference in New Issue
Block a user