mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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
This commit is contained in:
2
base
2
base
Submodule base updated: 4cecbeffc5...c6c1bd512d
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user