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

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


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

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

Add a test case to make sure we are closing implicitly closed elements
correctly.



--- Added File out9.html in package Packages/TAL ---
<html xmlns:metal="xmlns:metal">
<body>
<p metal:fill-slot="metal:fill-slot">
  Just a bunch of text.
</p></p><p>more text...
<ul>
  <li>first item
  </li><li>second item

  <ol>
    <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>

  </li><li>Now let's have a paragraph...
    <p>My Paragraph

  </p></li><li>And a table in a list item:
    <table>
    </table>
</li></ul>

</body>
</html>

--- Added File test9.html in package Packages/TAL ---
<html xmlns:metal="http://xml.zope.org/namespaces/metal"
      metal:use-macro="test4.xml#body">
<body>
<p metal:fill-slot="whoops">
  Just a bunch of text.
<p>more text...
<ul>
  <li>first item
  <li>second item

  <ol>
    <li>second list, first item
    <li>second list, second item
    <dl compact>
      <dt>term 1
      <dt>term 2
      <dd>definition
    </dl>
  </ol>

  <li>Now let's have a paragraph...
    <p>My Paragraph

  <li>And a table in a list item:
    <table>
    </table>
</ul>

</body>
</html>