mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
mupdf: update to 1.24.2 (#11940)
Depends on https://github.com/koreader/koreader-base/pull/1805. Closes: - #5422 - #9927 - #10879
This commit is contained in:
@@ -127,7 +127,7 @@ describe("Koptinterface module", function()
|
||||
local word_boxes = Koptinterface:getWordFromPosition(complex_doc, {
|
||||
page = 19, x = 320, y = 730,
|
||||
})
|
||||
assert.is.same("of", word_boxes.word)
|
||||
assert.is.same("time,", word_boxes.word)
|
||||
end)
|
||||
|
||||
it("should get link from native position", function()
|
||||
|
||||
Reference in New Issue
Block a user