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 23539 - wrong comment in test query
Summary: wrong comment in test query
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 Linux
: 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-10-16 22:41 UTC by Benito van der Zander
Modified: 2013-10-16 23:41 UTC (History)
1 user (show)

See Also:


Attachments

Description Benito van der Zander 2013-10-16 22:41:47 UTC
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;
Comment 1 Michael Kay 2013-10-16 23:41:59 UTC
Fixed.