[Bug 28419] New: [XT30] error-0945a function that should raise error is never called

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

            Bug ID: 28419
           Summary: [XT30] error-0945a function that should raise error is
                    never called
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0 Test Suite
          Assignee: abel.online@xs4all.nl
          Reporter: abel.braaksma@xs4all.nl
        QA Contact: public-qt-comments@w3.org

The body of the test is:

 <xsl:template name="main">
    <out>
       <x y="f:f()"/>
    </out>
 </xsl:template>

but this doesn't call the function. I think that the intention of the test is
to raise the error dynamically, though it could statically be detected, but if
the function is never called, the error does not need to be raised.

Proposed fix: change the attribute value into an AVT.

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

Received on Tuesday, 7 April 2015 04:29:35 UTC