- From: <bugzilla@jessica.w3.org>
- Date: Fri, 11 Jan 2013 17:50:59 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20650
Bug ID: 20650
Summary: [QT3TS] parse-xml-010
Classification: Unclassified
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
Assignee: oneil@saxonica.com
Reporter: tim@cbcl.co.uk
QA Contact: public-qt-comments@w3.org
This test should also expect XQDY0092.
<test-case name="fn-node-name-26" covers="fn-node-name">
<description> Evaluation of node-name function with no arguments on
attribute node. </description>
<created by="Michael Kay" on="2013-01-07"/>
<dependency type="spec" value="XQ30+"/>
<test><![CDATA[<node xml:space="collapse"
xmlns="http://example.com/ns"/>/@xml:space/node-name()]]></test>
<result>
<assert-eq>QName("http://www.w3.org/XML/1998/namespace",
"space")</assert-eq>
</result>
</test-case>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 11 January 2013 17:51:05 UTC