Commit 8bc611ee authored by Guido van Rossum's avatar Guido van Rossum

Fix test7 reference. Move <hr> to where it is expected.

parent 4075ef57
<html><body> <html><body>
<table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test7.xml/myTable"> <table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test07.xml/myTable">
<!-- macro use with slots --> <!-- macro use with slots -->
<tr> <tr>
<td> <td>
......
<html><body> <html><body>
<table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test7.xml/myTable"> <table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test07.xml/myTable">
<!-- macro definition with slots --> <!-- macro definition with slots -->
<tr> <tr>
<td>Top Left</td> <td>Top Left</td>
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
<td>Bottom left</td> <td>Bottom left</td>
<td><span m:fill-slot="bottomRight"> <td><span m:fill-slot="bottomRight">
<h1>Some headline</h1> <h1>Some headline</h1>
<hr>
<p>This is the real contents of the bottom right slot.</p> <p>This is the real contents of the bottom right slot.</p>
<hr>
<p>It is supposed to contain a lot of text. Blah, blah, blab. <p>It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab. Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab. Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
......
<html><body> <html><body>
<table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test7.xml/myTable"> <table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test07.xml/myTable">
<!-- macro use with slots --> <!-- macro use with slots -->
<tr> <tr>
<td> <td>
......
<html><body> <html><body>
<table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test7.xml/myTable"> <table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test07.xml/myTable">
<!-- macro definition with slots --> <!-- macro definition with slots -->
<tr> <tr>
<td>Top Left</td> <td>Top Left</td>
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
<td>Bottom left</td> <td>Bottom left</td>
<td><span m:fill-slot="bottomRight"> <td><span m:fill-slot="bottomRight">
<h1>Some headline</h1> <h1>Some headline</h1>
<hr>
<p>This is the real contents of the bottom right slot.</p> <p>This is the real contents of the bottom right slot.</p>
<hr>
<p>It is supposed to contain a lot of text. Blah, blah, blab. <p>It is supposed to contain a lot of text. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab. Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab. Blabber, blabber, blah. Baah, baah, barb. Blah, blah, blab.
......
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