From 1657c5e412d67e59601ea618fe160f1ce5811e3a Mon Sep 17 00:00:00 2001 From: poire-z Date: Mon, 27 May 2019 23:49:56 +0200 Subject: [PATCH] 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) --- base | 2 +- spec/unit/readerrolling_spec.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base b/base index 60e47ac54..b22795a42 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit 60e47ac54e69a8503306654a55edc16f43214577 +Subproject commit b22795a4245fca67221edb60acd4525f145bd2db diff --git a/spec/unit/readerrolling_spec.lua b/spec/unit/readerrolling_spec.lua index b70ab1c93..d6acf8310 100644 --- a/spec/unit/readerrolling_spec.lua +++ b/spec/unit/readerrolling_spec.lua @@ -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()