[ZPT] CVS: Releases/Zope/lib/python/TAL/tests/input - test12.html:1.2
Evan Simpson
evan@zope.com
Wed, 25 Sep 2002 20:29:55 -0400
Update of /cvs-repository/Releases/Zope/lib/python/TAL/tests/input
In directory cvs.zope.org:/tmp/cvs-serv27140/lib/python/TAL/tests/input
Modified Files:
test12.html
Log Message:
Added unit tests for the behavior of tal:attributes with 'default'.
Fixed Collector #580 by making evaluateBoolean() an alias for evaluate().
=== Releases/Zope/lib/python/TAL/tests/input/test12.html 1.1 => 1.2 ===
--- Releases/Zope/lib/python/TAL/tests/input/test12.html:1.1 Fri Apr 6 17:38:23 2001
+++ Releases/Zope/lib/python/TAL/tests/input/test12.html Wed Sep 25 20:29:54 2002
@@ -8,17 +8,22 @@
<img ismap tal:attributes="ismap true">
<img ismap tal:attributes="ismap false">
<img ismap tal:attributes="ismap nothing">
+<img ismap tal:attributes="ismap default">
<img ismap="foo" tal:attributes="ismap true">
<img ismap="foo" tal:attributes="ismap false">
<img ismap="foo" tal:attributes="ismap nothing">
+<img ismap="foo" tal:attributes="ismap default">
<img tal:attributes="ismap true">
<img tal:attributes="ismap false">
<img tal:attributes="ismap nothing">
+<img tal:attributes="ismap default">
<span tal:define="global x string:x.gif" />
<img src="foo">
<img src="foo" tal:attributes="src x">
<img src="foo" tal:attributes="src nothing">
+<img src="foo" tal:attributes="src default">
+<img tal:attributes="src default">