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 4216 - K2-DirectConElemAttr-36.txt has bogus leading space
Summary: K2-DirectConElemAttr-36.txt has bogus leading space
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Frans Englich
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-15 08:31 UTC by Per Bothner
Modified: 2007-01-22 03:30 UTC (History)
0 users

See Also:


Attachments

Description Per Bothner 2007-01-15 08:31:51 UTC
The expected value of K2-DirectConElemAttr-36.xq in K2-DirectConElemAttr-36.txt is " content " but I believe it should be "content " - i.e. without the initial space.

3.7.3.5 Computed Processing Instruction Constructors says:
"3. ... Leading whitespace is removed from the resulting string. The resulting string then becomes the content property of the constructed processing instruction node."
Comment 1 Frans Englich 2007-01-21 12:45:53 UTC
A fix has been attempted in CVS, and XQTS_current.zip has been updated to contain the new change. If it can be verified that the change is correct, it would be appreciated.

If this resolution is satisfiable, feel free to change status to closed. Otherwise, reopen this report. If no opinion on the resolution is expressed within two weeks, I will change status to closed.

This change to this report was part of a batch-change of several reports.
Comment 2 Per Bothner 2007-01-22 03:30:57 UTC
Works for me now.  Thanks!