summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test07.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/test07.html')
-rw-r--r--src/zope/tal/tests/input/test07.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/test07.html b/src/zope/tal/tests/input/test07.html
new file mode 100644
index 0000000..bff98f0
--- /dev/null
+++ b/src/zope/tal/tests/input/test07.html
@@ -0,0 +1,11 @@
+<table xmlns:m="http://xml.zope.org/namespaces/metal" m:define-macro="myTable">
+<!-- macro definition with slots -->
+ <tr>
+ <td>Top Left</td>
+ <td>Top Right</td>
+ </tr>
+ <tr>
+ <td>Bottom left</td>
+ <td><span m:define-slot="bottomRight">Bottom Right</span></td>
+ </tr>
+</table>