12 lines
No EOL
343 B
Text
12 lines
No EOL
343 B
Text
import module namespace doci = 'urn:quodatum:text:doci' at "../src/doci.xqm";
|
|
import module namespace test = 'test:doci' at "simple.xqm";
|
|
|
|
declare variable $long:=
|
|
file:read-text("C:\Users\mrwhe\git\quodatum\basex-lsp\test\sample.docs\pdfbox.xqm");
|
|
|
|
let $doc:="a
|
|
123456789
|
|
b"
|
|
|
|
return doci:build($doc)
|
|
=>doci:update(test:def-change("",0,1,2,0)) |