[Bug 23539] New: wrong comment in test query

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

            Bug ID: 23539
           Summary: wrong comment in test query
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
          Assignee: oneil@saxonica.com
          Reporter: benito@benibela.de
        QA Contact: public-qt-comments@w3.org

The following comment is wrong, since the point of this test is to test the
behaviour when it does NOT use anything of an imported module:

(:*******************************************************:)
(: Test: errata8-module3b.xq                             :)
(: Written By: John Snelson                              :)
(: Date: 2009/10/01                                      :)
(: Purpose: Module that imports another module and uses a function from it,
testing circular dependencies :)
(:*******************************************************:)

module namespace errata8_3b="http://www.w3.org/TestModules/errata8_3b";
import module namespace errata8_3a="http://www.w3.org/TestModules/errata8_3a";

declare variable $errata8_3b:var := 10;

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

Received on Wednesday, 16 October 2013 22:41:48 UTC