Commit 7de27d42 authored by Guido van Rossum's avatar Guido van Rossum

HTML tests should use the HTML versions of the macro files.

parent 2606c799
<?xml version="1.0" ?> <?xml version="1.0" ?>
<html> <html>
<body xmlns:m="http://xml.zope.org/namespaces/metal" <body xmlns:m="http://xml.zope.org/namespaces/metal"
m:use-macro="test/input/test05.xml/body"> m:use-macro="test/input/test05.html/body">
dummy body in test6 dummy body in test6
</body> </body>
</html> </html>
<?xml version="1.0" ?> <?xml version="1.0" ?>
<table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test07.xml/myTable"> <table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test07.html/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/test07.xml/myTable"> <table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test07.html/myTable">
<!-- macro use with slots --> <!-- macro use with slots -->
<tr> <tr>
<td> <td>
......
<?xml version="1.0" ?> <?xml version="1.0" ?>
<html> <html>
<body xmlns:m="http://xml.zope.org/namespaces/metal" <body xmlns:m="http://xml.zope.org/namespaces/metal"
m:use-macro="test/input/test05.xml/body"> m:use-macro="test/input/test05.html/body">
dummy body in test6 dummy body in test6
</body> </body>
</html> </html>
<?xml version="1.0" ?> <?xml version="1.0" ?>
<table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test07.xml/myTable"> <table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test07.html/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/test07.xml/myTable"> <table xmlns:m="http://xml.zope.org/namespaces/metal" m:use-macro="test/input/test07.html/myTable">
<!-- macro use with slots --> <!-- macro use with slots -->
<tr> <tr>
<td> <td>
......
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