- From: <bugzilla@jessica.w3.org>
- Date: Wed, 19 Oct 2016 13:33:08 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29947
Bug ID: 29947
Summary: [QT3TS] fn-transform-67
Product: XPath / XQuery / XSLT
Version: Candidate Recommendation
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
Assignee: oneil@saxonica.com
Reporter: tim@cbcl.co.uk
QA Contact: public-qt-comments@w3.org
Target Milestone: ---
I think the expected result is wrong for fn-transform-67. The namespace
attributes have been omitted in the assertion. The output of the
transformation should be
<out xmlns:my="http://www.w3.org/fots/fn/transform/myfunctions"
xmlns:xs="http://www.w3.org/2001/XMLSchema">a(hyphen)b(star)c</out>
The simplest fix would be to change
<assert><![CDATA[contains($result("output"),
"<out>a(hyphen)b(star)c</out>")]]></assert>
to
<assert><![CDATA[contains($result("output"),
">a(hyphen)b(star)c</out>")]]></assert>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 19 October 2016 13:33:18 UTC