- From: <bugzilla@jessica.w3.org>
- Date: Wed, 12 Oct 2011 12:14:25 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14435
Summary: Test case K-Literals-31a: Error in expected result
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
AssignedTo: benjie.nguyen@gmail.com
ReportedBy: oneil@saxonica.com
QAContact: public-qt-comments@w3.org
Test case K-Literals-31a:
The expected result has quotes which is should not. See below:
<test-case name="K-Literals-31a">
<description>
An invalid character reference is not invalid in XPath.
</description>
<created by="Michael Kay" on="2011-07-06"/>
<dependency type="spec" value="XP20+"/>
<test><![CDATA["a string &;"]]></test>
<result>
<assert-string-value><![CDATA["a string &;"]]></assert-string-value>
</result>
</test-case>
Bug fix applied:
...
<result>
<assert-string-value><![CDATA[a string &;]]></assert-string-value>
</result>
...
--
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 Wednesday, 12 October 2011 12:14:31 UTC