[add] rex build jar
This commit is contained in:
parent
2078055d05
commit
c8e4f928b1
19 changed files with 8211 additions and 5119 deletions
|
|
@ -2,4 +2,6 @@ import module namespace pos="lsp/position" at "../webapp/lsp/position.xqm";
|
|||
let $text:=unparsed-text("sample.docs/pdfbox.xqm")
|
||||
let $nl:= index-of(string-to-codepoints($text),10)
|
||||
|
||||
return pos:lineAt($nl,18752)
|
||||
return (
|
||||
pos:toPosition($text,10744),pos:toPosition($text,10745)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue