This commit is contained in:
Andy Bunce 2025-11-13 22:37:41 +00:00
parent 866d86906d
commit eba2e564bb
2 changed files with 95 additions and 0 deletions

10
test/doci.xq Normal file
View file

@ -0,0 +1,10 @@
import module namespace doci = 'urn:doci' at "../src/doci.xqm";
declare variable $long:=
file:read-text("C:\Users\mrwhe\git\quodatum\basex-lsp\test\sample.docs\pdfbox.xqm");
declare variable $text:=`ABV
ddddd
`;
doci:build($long)