[Zope3-checkins] CVS: Zope3/src/zope/tal/tests/input - 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:08:06 EDT 2003


Update of /cvs-repository/Zope3/src/zope/tal/tests/input
In directory cvs.zope.org:/tmp/cvs-serv21992/src/zope/tal/tests/input

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/input/test_metal4.html 1.1 => 1.2 ===
--- /dev/null	Wed Aug  6 11:08:04 2003
+++ Zope3/src/zope/tal/tests/input/test_metal4.html	Wed Aug  6 11:07:29 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/input/test_metal5.html 1.1 => 1.2 ===
--- /dev/null	Wed Aug  6 11:08:04 2003
+++ Zope3/src/zope/tal/tests/input/test_metal5.html	Wed Aug  6 11:07:29 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/input/test_metal6.html 1.1 => 1.2 ===
--- /dev/null	Wed Aug  6 11:08:05 2003
+++ Zope3/src/zope/tal/tests/input/test_metal6.html	Wed Aug  6 11:07:29 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/input/test_metal7.html 1.1 => 1.2 ===
--- /dev/null	Wed Aug  6 11:08:06 2003
+++ Zope3/src/zope/tal/tests/input/test_metal7.html	Wed Aug  6 11:07:29 2003
@@ -0,0 +1,4 @@
+<html metal:define-macro="page" i18n:domain="zope">
+    <x metal:define-slot="title" />
+</html>
+<html metal:use-macro="page" />
\ No newline at end of file




More information about the Zope3-Checkins mailing list