Commit 4d674598 authored by Fred Drake's avatar Fred Drake

Add a test case to make sure we are closing implicitly closed elements
correctly.
parent 2a002013
<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>
<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>
<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>
<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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment