dmarston 02/01/30 11:29:40
Added: test/tests/conf/boolean boolean83.xsl boolean82.xsl
boolean83.xml boolean82.xml
Log:
More coverage of #5851 issues
Revision Changes Path
1.1 xml-xalan/test/tests/conf/boolean/boolean83.xsl
Index: boolean83.xsl
===================================================================
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: boolean83 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 3.4 -->
<!-- Creator: David Marston -->
<!-- Purpose: Test of '=' operator, boolean to string. Reverse order of
boolean15. -->
<xsl:template match="/">
<out>
<xsl:value-of select="'0'=true()"/>
</out>
</xsl:template>
</xsl:stylesheet>
1.1 xml-xalan/test/tests/conf/boolean/boolean82.xsl
Index: boolean82.xsl
===================================================================
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: boolean82 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 3.4 -->
<!-- Creator: David Marston -->
<!-- Purpose: Test of '=' operator, false value compared against zero.
Reverse order of boolean18. -->
<xsl:template match="/">
<out>
<xsl:value-of select="0=false()"/>
</out>
</xsl:template>
</xsl:stylesheet>
1.1 xml-xalan/test/tests/conf/boolean/boolean83.xml
Index: boolean83.xml
===================================================================
<?xml version="1.0"?>
<doc>
</doc>
1.1 xml-xalan/test/tests/conf/boolean/boolean82.xml
Index: boolean82.xml
===================================================================
<?xml version="1.0"?>
<doc>
</doc>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]