← Back to team overview

zorba-coders team mailing list archive

[Bug 863320] Re: Sentence is incorrectly incremented when token characters end without sentence terminator

 

** Changed in: zorba
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/863320

Title:
  Sentence is incorrectly incremented when token characters end without
  sentence terminator

Status in Zorba - The XQuery Processor:
  Fix Released

Bug description:
  The following query:

  let $x := <msg>hello world</msg>
  return $x contains text "hello" ftand "world" same sentence

  incorrectly returns "false" because tokenizer incorrectly increments
  the sentence number when there are no more characters without
  encountering a sentence terminating character.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/863320/+subscriptions


References