Commit eb7cb377 authored by Guido van Rossum's avatar Guido van Rossum

Don't use METAL in test9.html, and check in desirable output.

parent 46dad6a2
<body xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/test5.html/body">
<html>
<body>
<p>
Just a bunch of text.</p>
<p>more text...</p>
<ul>
<li>first item</li>
<li>second item
<h1>This is the body of test5</h1>
<ol>
<li>second list, first item</li>
<li>second list, second item
<dl compact="compact">
<dt>term 1
<dt>term 2
<dd>definition</dd></dt></dt>
</dl></li>
</ol></li>
</body>
<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="test/test5.html/body">
<html>
<body>
<p metal:fill-slot="whoops">
<p>
Just a bunch of text.
<p>more text...
<ul>
......
<body xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/test5.html/body">
<html>
<body>
<p>
Just a bunch of text.</p>
<p>more text...</p>
<ul>
<li>first item</li>
<li>second item
<h1>This is the body of test5</h1>
<ol>
<li>second list, first item</li>
<li>second list, second item
<dl compact="compact">
<dt>term 1
<dt>term 2
<dd>definition</dd></dt></dt>
</dl></li>
</ol></li>
</body>
<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="test/test5.html/body">
<html>
<body>
<p metal:fill-slot="whoops">
<p>
Just a bunch of text.
<p>more text...
<ul>
......
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