[Zope3-checkins] CVS: Zope3/src/zope/tal/tests/output -
test_metal4.html:1.2 test_metal5.html:1.2
test_metal6.html:1.2 test_metal7.html:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Aug 6 12:07:38 EDT 2003
Update of /cvs-repository/Zope3/src/zope/tal/tests/output
In directory cvs.zope.org:/tmp/cvs-serv21992/src/zope/tal/tests/output
Added Files:
test_metal4.html test_metal5.html test_metal6.html
test_metal7.html
Log Message:
Fred approved the fix. Here are the tests for it.
=== Zope3/src/zope/tal/tests/output/test_metal4.html 1.1 => 1.2 ===
--- /dev/null Wed Aug 6 11:07:36 2003
+++ Zope3/src/zope/tal/tests/output/test_metal4.html Wed Aug 6 11:07:32 2003
@@ -0,0 +1,4 @@
+<!-- the outer element *must* be tal:something or metal:something -->
+<metal:block define-macro="page" i18n:domain="zope">
+ <title metal:define-slot="title">Z3 UI</title>
+</metal:block>
=== Zope3/src/zope/tal/tests/output/test_metal5.html 1.1 => 1.2 ===
--- /dev/null Wed Aug 6 11:07:36 2003
+++ Zope3/src/zope/tal/tests/output/test_metal5.html Wed Aug 6 11:07:32 2003
@@ -0,0 +1,4 @@
+<!-- the outer element *must* include tal:omit-tag='' -->
+<x tal:omit-tag="" metal:define-macro="page" i18n:domain="zope">
+ <title metal:define-slot="title">Z3 UI</title>
+</x>
=== Zope3/src/zope/tal/tests/output/test_metal6.html 1.1 => 1.2 ===
--- /dev/null Wed Aug 6 11:07:36 2003
+++ Zope3/src/zope/tal/tests/output/test_metal6.html Wed Aug 6 11:07:32 2003
@@ -0,0 +1,5 @@
+<metal:block define-macro="page">
+ <html i18:domain="zope">
+ <metal:block define-slot="title">Z3 UI</metal:block>
+ </html>
+</metal:block>
=== Zope3/src/zope/tal/tests/output/test_metal7.html 1.1 => 1.2 ===
--- /dev/null Wed Aug 6 11:07:37 2003
+++ Zope3/src/zope/tal/tests/output/test_metal7.html Wed Aug 6 11:07:32 2003
@@ -0,0 +1,6 @@
+<html metal:define-macro="page" i18n:domain="zope">
+ <x metal:define-slot="title" />
+</html>
+<html metal:use-macro="page" i18n:domain="zope">
+ <x metal:fill-slot="title" />
+</html>
More information about the Zope3-Checkins
mailing list