[ZPT] CVS: Packages/TAL - test15.html:1.2

guido@digicool.com guido@digicool.com
Thu, 17 May 2001 21:24:06 -0400 (EDT)


Update of /cvs-repository/Packages/TAL/tests/output
In directory korak.digicool.com:/tmp/cvs-serv17582/tests/output

Modified Files:
	test15.html 
Log Message:
Allow define-slot and fill-slot on the same tag.


--- Updated File test15.html in package Packages/TAL --
--- test15.html	2001/05/16 21:21:09	1.1
+++ test15.html	2001/05/18 01:24:05	1.2
@@ -9,23 +9,21 @@
 <div>
 <span>
   <xxx>
-    <xxx>OUTERSLOT</xxx>
+    OUTERSLOT
   </xxx>
 </span>
 </div>
 
 <div>
 <span>
-  <xxx>
-    <div>outer-argument</div>
-  </xxx>
+  <div>outer-argument</div>
 </span>
 </div>
 
 <div>
 <span>
   <xxx>
-    <xxx>OUTERSLOT</xxx>
+    OUTERSLOT
   </xxx>
 </span>
 </div>