zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #04860
[Bug 932374] [NEW] FOTS fn:matches failing tests
Public bug reported:
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'
'fn-matches-45' test:
fn:matches(concat('Mary', codepoints-to-string(13), 'Jones'), 'Mary.Jones')
should return 'true' according to the FOTS, Zorba returns 'false'
Assigned the bug to Paul because AFAIK he's the last one who worked on
the fn:matches implementation.
** Affects: zorba
Importance: Undecided
Assignee: Paul J. Lucas (paul-lucas)
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/932374
Title:
FOTS fn:matches failing tests
Status in Zorba - The XQuery Processor:
New
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'
'fn-matches-45' test:
fn:matches(concat('Mary', codepoints-to-string(13), 'Jones'), 'Mary.Jones')
should return 'true' according to the FOTS, Zorba returns 'false'
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
Follow ups
References