- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 18 Jul 2007 12:29:11 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4863
Summary: [XQTS] Expected result of extvardeclwithtype-23 (CVS
version)
Product: XML Query Test Suite
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: oliver@cbcl.co.uk
QAContact: public-qt-comments@w3.org
The <title> element in the query is defined by the following expression:
<title>Global variables report for {"Globals.cpp"}</title>
This should clearly evaluate to:
<title>Global variables report for Globals.cpp</title>
However, the expected result's title element is just:
<title>Global variables report for </title>
Received on Wednesday, 18 July 2007 12:29:18 UTC