zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #09149
[Bug 932374] Re: FOTS fn:matches failing tests
** Changed in: zorba
Status: New => In Progress
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/932374
Title:
FOTS fn:matches failing tests
Status in Zorba - The XQuery Processor:
In Progress
Bug description:
The following tests fail in the FOTS:
'fn-matches-41' test:
fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$')
should return 'false' according to the FOTS, Zorba returns 'true'
'fn-matches-42' test:
fn:matches(concat('Mary', codepoints-to-string(10)), 'Mary$', 's')
should return 'false' according to the FOTS, Zorba returns 'true'
Assigned the bug to Paul because AFAIK he's the last one who worked on
the fn:matches implementation.
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/932374/+subscriptions
References