[mod] format progress

This commit is contained in:
Andy Bunce 2025-08-28 21:58:40 +01:00
parent df114e8005
commit 073bcc3d3d
4 changed files with 46 additions and 27 deletions

View file

@ -1,6 +1,6 @@
import module namespace pos="lsp/position" at "../webapp/lsp/position.xqm";
import module namespace xq4="java:quodatum.parser.xq4";
let $text:="1+2 a"
let $text:="1+"
let $xml:=xq4:parseModule($text)=>trace("£ ")
let $b:=number($xml/@b)-1
let $e:= number($xml/@e)-1