[Bug 14398] RE: FOTS Test Suite - Bug fixes to test cases in test-set fn-matches.re

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14398

Tim Mills <tim@cbcl.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #6 from Tim Mills <tim@cbcl.co.uk> 2011-11-25 14:19:47 UTC ---
I think test re00130 still contains an error.  Shouldn't the remaining &#xD; in
this be replaced with $d?

      <test>
        let $d := codepoints-to-string(13) return (
         (every $s in tokenize('&#xA;'||$d||'a&#xA;&#xD;b', ',') satisfies
(matches($s, '^(?:\n\ra\n\rb)$'))) and
         (every $s in tokenize('', ',') satisfies not(matches($s,
'^(?:\n\ra\n\rb)$'))))</test>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 25 November 2011 14:19:53 UTC