- From: <bugzilla@jessica.w3.org>
- Date: Thu, 12 Jul 2012 15:15:26 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17759 Summary: [QT3TS] fn-tokenize-32 Product: XPath / XQuery / XSLT Version: Working drafts Platform: PC OS/Version: Windows NT Status: NEW Severity: normal Priority: P2 Component: XQuery 3 & XPath 3 Test Suite AssignedTo: oneil@saxonica.com ReportedBy: tim@cbcl.co.uk QAContact: public-qt-comments@w3.org I think the query which matches these results is fn:tokenize("ABRACADABRA", "a", "i") and not fn:tokenize("ABRACADABRA", "a", "q") as stated. <test-case name="fn-tokenize-32"> <description> Evaluation of tokenize function with regex 'q' and "i" flags. </description> <created by="Michael Kay" on="2012-07-09"/> <dependency type="spec" value="XP30+ XQ30+"/> <test>fn:tokenize("ABRACADABRA", "a", "q")</test> <result> <assert-deep-eq>"", "BR", "C", "D", "BR", ""</assert-deep-eq> </result> </test-case> -- Configure bugmail: https://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 Thursday, 12 July 2012 15:15:31 UTC