This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14435 - [QT3TS] Test case K-Literals-31a: Error in expected result
Summary: [QT3TS] Test case K-Literals-31a: Error in expected result
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-12 12:14 UTC by O'Neil Delpratt
Modified: 2012-05-22 09:31 UTC (History)
1 user (show)

See Also:


Attachments

Description O'Neil Delpratt 2011-10-12 12:14:24 UTC
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>
...
Comment 1 O'Neil Delpratt 2012-05-22 09:30:42 UTC
Committed to CVS