- From: <bugzilla@jessica.w3.org>
- Date: Wed, 24 Jul 2013 10:03:04 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22792
Bug ID: 22792
Summary: Incorrect spec Dependency on test cbcl-matches-006b
Classification: Unclassified
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
Assignee: oneil@saxonica.com
Reporter: oneil@saxonica.com
QA Contact: public-qt-comments@w3.org
For the test-case cbcl-matches-006b, which is given below:
<test-case name="cbcl-matches-006b">
<description> test with a character class containing an escaped character
</description>
<created by="Tim Mills" on="2008-07-17"/>
<dependency type="spec" value="XP10+"/>
<test>fn:matches('	', '[\t]')</test>
<result>
<assert-true/>
</result>
</test-case>
it has dependency on the spec 'XP10+' however fn:matches is only applicable to
'XP20+', therefore this is incorrect. If there are no objections I will make
the change to the dependency.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 24 July 2013 10:03:05 UTC