Bump base: crengine update (#2985)

* crengine: return description and keywords metadata
  Only available for EPUB documents for now. @poire-z
* crengine: css related improvements, fix crash, better handling of gif @frankyifei
pull/2989/head
Frans de Jonge 7 years ago committed by GitHub
parent e67ff2ab98
commit 9b557ed15a

@ -1 +1 @@
Subproject commit 4cecbeffc5089972fb7410d952bd8035c1b6007d
Subproject commit c6c1bd512dfaf22bdf10c9f8a1a74665b27b78e0

@ -18,7 +18,7 @@ describe("ReaderLink module", function()
}
readerui.rolling:onGotoPage(4)
readerui.link:onTap(nil, {pos = {x = 336, y = 668}})
assert.is.same(36, readerui.rolling.current_page)
assert.is.same(37, readerui.rolling.current_page)
end)
it("should jump to links in pdf page mode", function()
@ -55,7 +55,7 @@ describe("ReaderLink module", function()
}
readerui.rolling:onGotoPage(4)
readerui.link:onTap(nil, {pos = {x = 336, y = 668}})
assert.is.same(36, readerui.rolling.current_page)
assert.is.same(37, readerui.rolling.current_page)
readerui.link:onGoBackLink()
assert.is.same(4, readerui.rolling.current_page)
end)

Loading…
Cancel
Save