[Zope3-checkins] CVS: Zope3/src/zope/tal/tests/input - test_metal4.html:1.1.2.1 test_metal5.html:1.1.2.1

Fred L. Drake, Jr. fred at zope.com
Tue Aug 5 17:56:55 EDT 2003


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

Added Files:
      Tag: srichter-i18n-macro-interaction-branch
	test_metal4.html test_metal5.html 
Log Message:
New tests that exercise some weird METAL / I18N interactions.

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


=== Added File Zope3/src/zope/tal/tests/input/test_metal5.html ===
<!-- the outer element *must* include tal:omit-tag='' -->
<x tal:omit-tag='' define-macro="page" i18n:domain="zope">
  <title metal:define-slot="title">Z3 UI</title>
</x>




More information about the Zope3-Checkins mailing list