- From: <bugzilla@jessica.w3.org>
- Date: Thu, 14 May 2015 09:04:10 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28633 Bug ID: 28633 Summary: [XT30TS] result-document-1301 Product: XPath / XQuery / XSLT Version: Working drafts Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2 Component: XSLT 3.0 Test Suite Assignee: abel.online@xs4all.nl Reporter: tim@cbcl.co.uk QA Contact: public-qt-comments@w3.org The assertions for this test include extra whitespace which should not be in the expected results. e.g. <assert-result-document uri="section1.html"> <assert-xml><![CDATA[<html><body><h1>Section 1 of 3</h1><p>position() eq last() = false</p> <p>position() ne last() = true</p></body></html>]]></assert-xml> </assert-result-document> should be <assert-result-document uri="section1.html"> <assert-xml><![CDATA[<html><body><h1>Section 1 of 3</h1><p>position() eq last() = false</p><p>position() ne last() = true</p></body></html>]]></assert-xml> </assert-result-document> -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 14 May 2015 09:04:18 UTC