[Bug 29193] New: [QT3TS] function-call-reserved-function-names-018

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29193

            Bug ID: 29193
           Summary: [QT3TS] function-call-reserved-function-names-018
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: debbie@saxonica.com
        QA Contact: public-qt-comments@w3.org
  Target Milestone: ---

I believe that error XQST0134 should also be acceptable for the following test
in test set prod-FunctionCall:

<test-case name="function-call-reserved-function-names-018">
  <description>Check that reserved function name namespace-node is handled
correctly. </description>
  <created by="Tim Mills" on="2013-01-24"/>
  <dependency type="spec" value="XQ30+"/>
  <test>
        declare default function namespace
"http://www.w3.org/2005/xquery-local-functions";
        declare function local:namespace-node($arg) { fn:true() };
        namespace-node(1)
  </test>
  <result>
     <error code="XPST0003" />
  </result>
</test-case>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 12 October 2015 15:31:07 UTC