zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #04858
[Bug 932266] [NEW] HOF: reporting wrong error
Public bug reported:
query 'fn-concat-18' from FOTS, meaning:
xquery version '3.0';
declare namespace o = 'http://www.zorba-xquery.com/options/features';
declare option o:enable 'hof';
fn:concat("abc","abc", fn:concat#3)
reports
type error [err:FOTY0013]: "concat": argument to fn:data() is function item
The expected error in the FOTS test is
http://www.w3.org/TR/xquery-30/#ERRXPTY0004
Assigned to Nicolai because AFAIK he is working on HOF completion:
please reassign accordingly.
** Affects: zorba
Importance: Medium
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/932266
Title:
HOF: reporting wrong error
Status in Zorba - The XQuery Processor:
New
Bug description:
query 'fn-concat-18' from FOTS, meaning:
xquery version '3.0';
declare namespace o = 'http://www.zorba-xquery.com/options/features';
declare option o:enable 'hof';
fn:concat("abc","abc", fn:concat#3)
reports
type error [err:FOTY0013]: "concat": argument to fn:data() is function item
The expected error in the FOTS test is
http://www.w3.org/TR/xquery-30/#ERRXPTY0004
Assigned to Nicolai because AFAIK he is working on HOF completion:
please reassign accordingly.
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/932266/+subscriptions
Follow ups
References