← Back to team overview

zorba-coders team mailing list archive

[Bug 932374] Re: FOTS fn:matches failing tests

 

Which test suite is the FOTS? And where do I get it?

-- 
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


References