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

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


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

Modified Files:
      Tag: srichter-i18n-macro-interaction-branch
	test_metal5.html 
Added Files:
      Tag: srichter-i18n-macro-interaction-branch
	test_metal6.html test_metal7.html 
Log Message:
Test 7 demonstrates our problem nicely.


=== Added File Zope3/src/zope/tal/tests/output/test_metal6.html ===
<metal:block define-macro="page">
  <html i18:domain="zope">
     <metal:block define-slot="title">Z3 UI</metal:block>
  </html>
</metal:block>


=== Added File Zope3/src/zope/tal/tests/output/test_metal7.html ===
<!-- 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>


=== Zope3/src/zope/tal/tests/output/test_metal5.html 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/tal/tests/output/test_metal5.html:1.1.2.1	Tue Aug  5 16:56:52 2003
+++ Zope3/src/zope/tal/tests/output/test_metal5.html	Tue Aug  5 17:32:17 2003
@@ -1,4 +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>




More information about the Zope3-Checkins mailing list