- From: <bugzilla@jessica.w3.org>
- Date: Fri, 25 Nov 2011 14:19:48 +0000
- To: public-qt-comments@w3.org
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 
 in
this be replaced with $d?
<test>
let $d := codepoints-to-string(13) return (
(every $s in tokenize('
'||$d||'a

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