- From: <bugzilla@jessica.w3.org>
- Date: Tue, 17 Jan 2012 13:35:28 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15594
Summary: [QT3] fn-matches-45
Product: XPath / XQuery / XSLT
Version: Member-only Editors Drafts
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
AssignedTo: benjie.nguyen@gmail.com
ReportedBy: tim@cbcl.co.uk
QAContact: public-qt-comments@w3.org
This test expects true. However, in
http://www.w3.org/TR/xmlschema-2/#nt-WildcardEsc the wildcard "." is listed as
being equivalent to [^\n\r]. The comment in this test seems to directly
contradict this. Compare with fn-matches-43.
<test-case name="fn-matches-45">
<description> "." does match CR in default mode</description>
<created by="Michael Kay" on="2012-01-13"/>
<test>fn:matches(concat('Mary', codepoints-to-string(13), 'Jones'),
'Mary.Jones')</test>
<result>
<assert-true/>
</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 Tuesday, 17 January 2012 13:35:37 UTC