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 2385 - string-queries-results-q5 results are incorrect
Summary: string-queries-results-q5 results are incorrect
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 0.7.0
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Carmelo Montanez
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-19 12:39 UTC by Michael Kay
Modified: 2005-11-01 16:06 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2005-10-19 12:39:33 UTC
The query string-queries-results-q5 does this:

    <item_summary>
        { concat($item/title,". ") }
        { concat($item/date,". ") }
        { string(($item//par)[1]) }
    </item_summary> 

that is, three expressions in curly braces. In the supplied test results, a
single space has been inserted between the results of the first and second of
these expressions, and also between the second and third. So the inserted
full-stops are followed by two spaces rather than one as requested.
Comment 1 Carmelo Montanez 2005-11-01 15:47:55 UTC
Fixed results.  Removed extra offending spaces. Please cloe bug if in 
angreement.