W3C home > Mailing lists > Public > public-qt-comments@w3.org > October 2012

[Bug 19288] New: [QT3TS] K2-DataFunc-3

From: <bugzilla@jessica.w3.org>
Date: Fri, 05 Oct 2012 13:19:21 +0000
To: public-qt-comments@w3.org
Message-ID: <bug-19288-523@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19288

           Summary: [QT3TS] K2-DataFunc-3
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
        AssignedTo: oneil@saxonica.com
        ReportedBy: tim@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


There is a typo in this test.

let $x e :=

should be

let $x :=

<test-case name="K2-DataFunc-3" covers="fn-data">
      <description> fn:data() allows zero arguments in XP30/XQ30.
</description>
      <created by="Michael Kay" on="2012-09-27"/>
      <dependency type="spec" value="XQ30+"/>
      <test><![CDATA[
          let $x e := <e><f>1</f></e>
          return $x/data()
      ]]>    
      </test>
      <result>
        <all-of>
          <assert-string-value>1</assert-string-value>
          <assert-type>xs:untypedAtomic</assert-type>
        </all-of>  
      </result>
   </test-case>

-- 
Configure bugmail: https://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 Friday, 5 October 2012 13:19:23 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 16:57:40 UTC