zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #24292
Re: [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba
Do you have a query to try out the change?
I ran:
declare namespace zerr = "http://www.zorba-xquery.com/errors";
declare namespace err = "http://www.w3.org/2005/xqt-errors";
try {
jn:parse-json('{ "foo
\abar":
1 }')
} catch * {
{
"code": $err:code,
"description": $err:description,
"module": $err:module,
"column-number": $err:column-number,
"column-number-end": $zerr:column-number-end
}
}
And got:
static error [err:XPST0008]: "zerr:column-number-end": undeclared variable
--
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/174785
Your team Zorba Coders is subscribed to branch lp:zorba.
References