[Zope3-checkins] CVS: Zope3/src/zope/tal/tests -
test_talinterpreter.py:1.3.4.12
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Aug 8 16:25:43 EDT 2003
Update of /cvs-repository/Zope3/src/zope/tal/tests
In directory cvs.zope.org:/tmp/cvs-serv18595/src/zope/tal/tests
Modified Files:
Tag: srichter-i18n-macro-interaction-branch
test_talinterpreter.py
Log Message:
redid Fred's small cleanup.
=== Zope3/src/zope/tal/tests/test_talinterpreter.py 1.3.4.11 => 1.3.4.12 ===
--- Zope3/src/zope/tal/tests/test_talinterpreter.py:1.3.4.11 Fri Aug 8 15:23:03 2003
+++ Zope3/src/zope/tal/tests/test_talinterpreter.py Fri Aug 8 15:25:39 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="bar_name"/>.</div>')
+ '<span i18n:translate="" tal:content="bar" i18n:name="bar_name"/>.'
+ '</div>')
self._check(program,
'<div>THIS IS TEXT FOR <span>BARVALUE</span></div>\n')
More information about the Zope3-Checkins
mailing list