[mod] .
This commit is contained in:
parent
866d86906d
commit
eba2e564bb
2 changed files with 95 additions and 0 deletions
10
test/doci.xq
Normal file
10
test/doci.xq
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue