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:
Benoit Pierre
2024-06-01 11:22:02 +00:00
committed by GitHub
parent 93407c8947
commit 99447414dc
3 changed files with 15 additions and 15 deletions

View File

@@ -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()