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 20650 - [QT3TS] fn-node-name-26
Summary: [QT3TS] fn-node-name-26
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: 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: 2013-01-11 17:50 UTC by Tim Mills
Modified: 2013-01-11 18:15 UTC (History)
1 user (show)

See Also:


Attachments

Description Tim Mills 2013-01-11 17:50:59 UTC
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>
Comment 1 Michael Kay 2013-01-11 18:15:17 UTC
Changed the test to use xml:space="preserve"