[Zope3-checkins] CVS: Zope3/src/zope/tal/tests/output - test_metal7.html:1.1.2.2

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Aug 5 18:53:26 EDT 2003


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

Modified Files:
      Tag: srichter-i18n-macro-interaction-branch
	test_metal7.html 
Log Message:
More minimal version...it's easier to debug.


=== Zope3/src/zope/tal/tests/output/test_metal7.html 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/tal/tests/output/test_metal7.html:1.1.2.1	Tue Aug  5 17:32:17 2003
+++ Zope3/src/zope/tal/tests/output/test_metal7.html	Tue Aug  5 17:53:21 2003
@@ -1,9 +1,6 @@
-<!-- This test is not minimal, but shows the issue. -->
-<metal:block define-macro="page" i18n:domain="zope">
-    <x metal:define-slot="title">Z3 UI</x>
-    Some stuff.
-</metal:block>
-
-<html metal:use-macro="page">
-  <x metal:fill-slot="title">Another title.</x>
+<html metal:define-macro="page" i18n:domain="zope">
+    <x metal:define-slot="title" />
 </html>
+
+<html metal:use-macro="page" />
+




More information about the Zope3-Checkins mailing list