summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test35.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/test35.html')
-rw-r--r--src/zope/tal/tests/input/test35.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/test35.html b/src/zope/tal/tests/input/test35.html
new file mode 100644
index 0000000..7964e9f
--- /dev/null
+++ b/src/zope/tal/tests/input/test35.html
@@ -0,0 +1,7 @@
+<span metal:define-macro="page" tal:omit-tag="">
+ <h1 metal:define-slot="name" tal:omit-tag="" />
+</span>
+
+<span metal:use-macro="page">
+ <h1 metal:fill-slot="name" tal:content="macroname">name</h1>
+</span> \ No newline at end of file