[Zope3-checkins] CVS: Zope3/src/zope/tal/tests - test_talinterpreter.py:1.3.4.10

Fred L. Drake, Jr. fred at zope.com
Fri Aug 8 16:09:59 EDT 2003


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

Modified Files:
      Tag: srichter-i18n-macro-interaction-branch
	test_talinterpreter.py 
Log Message:
minor cleanup


=== Zope3/src/zope/tal/tests/test_talinterpreter.py 1.3.4.9 => 1.3.4.10 ===
--- Zope3/src/zope/tal/tests/test_talinterpreter.py:1.3.4.9	Fri Aug  8 15:05:15 2003
+++ Zope3/src/zope/tal/tests/test_talinterpreter.py	Fri Aug  8 15:09:54 2003
@@ -133,8 +133,8 @@
         # The follwoing code is also dumb; tell the user just that!
         program, macros = self._compile(
             '<div i18n:translate="">This is text for '
-            '<span i18n:translate="" tal:content="bar" '
-            'i18n:name="foo_name"/>.</div>')
+            '<span i18n:translate="" tal:content="bar" i18n:name="foo_name"/>'
+            '.</div>')
         self._check(program,
                     '<div>THIS IS TEXT FOR <span>BARVALUE</span></div>\n')
 




More information about the Zope3-Checkins mailing list