[mod] back to v11
All checks were successful
Run BaseX Tests / test (push) Successful in 36s

This commit is contained in:
Andy Bunce 2025-02-10 12:24:34 +00:00
parent 629bb2c756
commit 5c9e32d119
6 changed files with 7 additions and 7 deletions

View file

@ -83,7 +83,7 @@ function test:page-image(){
};
declare %unit:test
function test:pdf-with(){
function test:with-pdf(){
let $path:=test:resolve("samples.pdf/BaseX100.pdf")
let $txt:=pdfbox:with-pdf($path,pdfbox:page-text(?,101))
return unit:assert(starts-with($txt,"Options"))