[Zpt] CVS: Packages/TAL - out9.html:1.2 test9.html:1.2

fred@digiciool.com fred@digiciool.com
Wed, 14 Mar 2001 15:59:27 -0500 (EST)


Update of /cvs-repository/Packages/TAL/test
In directory korak:/tmp/cvs-serv24885

Modified Files:
	out9.html test9.html 
Log Message:

Update the HTML test to ensure that automagical placement of end tags
only happens for implied end tags and not all end tags in the affected
group.

This also corrects for the bug where paragraph-level tags would close
themselves (before they opened!) if they implicitly closed anything at
all.



--- Updated File out9.html in package Packages/TAL --
--- out9.html	2001/03/14 20:16:10	1.1
+++ out9.html	2001/03/14 20:59:27	1.2
@@ -1,29 +1,30 @@
 <html xmlns:metal="xmlns:metal">
 <body>
 <p metal:fill-slot="metal:fill-slot">
-  Just a bunch of text.
-</p></p><p>more text...
+  Just a bunch of text.</p>
+<p>more text...</p>
 <ul>
-  <li>first item
-  </li><li>second item
+  <li>first item</li>
+  <li>second item
 
   <ol>
-    <li>second list, first item
-    </li><li>second list, second item
+    <li>second list, first item</li>
+    <li>second list, second item
     <dl compact="compact">
-      <dt>term 1
-      </dt><dt>term 2
-      </dt><dd>definition
-    </dd></dl>
-  </li></ol>
+      <dt>term 1</dt>
+      <dt>term 2</dt>
+      <dd>definition</dd>
+    </dl></li>
+  </ol></li>
 
-  </li><li>Now let's have a paragraph...
-    <p>My Paragraph
+  <li>Now let's have a paragraph...
+    <p>My Paragraph</p>
+    </li>
 
-  </p></li><li>And a table in a list item:
+  <li>And a table in a list item:
     <table>
-    </table>
-</li></ul>
+    </table></li>
+</ul>
 
 </body>
 </html>

--- Updated File test9.html in package Packages/TAL --
--- test9.html	2001/03/14 20:16:10	1.1
+++ test9.html	2001/03/14 20:59:27	1.2
@@ -20,6 +20,7 @@
 
   <li>Now let's have a paragraph...
     <p>My Paragraph
+    </li>
 
   <li>And a table in a list item:
     <table>