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 3404 - extraneous leading whitespace text node
Summary: extraneous leading whitespace text node
Status: RESOLVED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 0.9.4
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Carmelo Montanez
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-26 10:03 UTC by Andrew Eisenberg
Modified: 2006-06-26 20:01 UTC (History)
0 users

See Also:


Attachments

Description Andrew Eisenberg 2006-06-26 10:03:04 UTC
The following test cases have an extraneous leading whitespace text node in their expected results:

unabbreviatedSyntax-8
unabbreviatedSyntax-12
unabbreviatedSyntax-13
unabbreviatedSyntax-20
unabbreviatedSyntax-21
unabbreviatedSyntax-22
unabbreviatedSyntax-26
unabbreviatedSyntax-28
unabbreviatedSyntax-29
unabbreviatedSyntax-31
abbreviatedSyntax-3
abbreviatedSyntax-5
abbreviatedSyntax-6
abbreviatedSyntax-14
abbreviatedSyntax-16
abbreviatedSyntax-17
abbreviatedSyntax-18
abbreviatedSyntax-19
abbreviatedSyntax-20
abbreviatedSyntax-21

The first of these has an expected result of:

  <employee name="Jane Doe 1" gender="female">
   <empnum>E1</empnum>
    ...

It should begin as follows:

<employee name="Jane Doe 1" gender="female">
   <empnum>E1</empnum>
Comment 1 Carmelo Montanez 2006-06-26 20:01:20 UTC
Andrew:

This may be due a bug in my execution software (harness).  Either way
removed the extraneous whitespace and submitted results.

Thanks,
Carmelo