- From: <bugzilla@jessica.w3.org>
- Date: Mon, 30 Mar 2015 00:04:37 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23896
Abel Braaksma <abel.braaksma@xs4all.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Abel Braaksma <abel.braaksma@xs4all.nl> ---
I searched for other tests that have feature d-o-e switched off and found:
* output-0177, fixed as in comment#2: split for 3.0, allowed recovery for 2.0
* output-0402, fixed the same way
* error-1620a, fixed the same way
* error-1630a, fixed the same way
On error-1620a/1630a, both contained illegal:
<xsl:value-of select="<a/>" disable-output-escaping="yes"/>
This was changed into:
<xsl:value-of select="'<a/>'" disable-output-escaping="yes"/>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 30 March 2015 00:04:38 UTC