zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #04503
[Bug 926507] [NEW] invalid parse error related to quantified expr
Public bug reported:
for $i in 1 to 10
where $i mod 2 eq 0 and some $j in 1 to 20 satisfies $j - $i = 2
return $i
invalidly raises '2,30: static error [err:XPST0003]: invalid expression:
syntax error, unexpected "$"'.
** Affects: zorba
Importance: High
Assignee: Nicolae Brinza (nbrinza)
Status: New
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/926507
Title:
invalid parse error related to quantified expr
Status in Zorba - The XQuery Processor:
New
Bug description:
for $i in 1 to 10
where $i mod 2 eq 0 and some $j in 1 to 20 satisfies $j - $i = 2
return $i
invalidly raises '2,30: static error [err:XPST0003]: invalid
expression: syntax error, unexpected "$"'.
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/926507/+subscriptions
Follow ups
References