[ZPT] CVS: Zope3/lib/python/Zope/TAL/tests - test_htmltalparser.py:1.25.14.2.6.5

Fred L. Drake, Jr. fdrake@acm.org
Wed, 5 Jun 2002 13:32:33 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/TAL/tests
In directory cvs.zope.org:/tmp/cvs-serv7964

Modified Files:
      Tag: fdrake-tal-i18n-branch
	test_htmltalparser.py 
Log Message:
Normalize whitespace.


=== Zope3/lib/python/Zope/TAL/tests/test_htmltalparser.py 1.25.14.2.6.4 => 1.25.14.2.6.5 ===
         self._run_check("<p tal:content='string:foo'>bar</p>", [
              ('setPosition', (1, 0)),
-             ('beginScope', {'tal:content': 'string:foo'}), 
+             ('beginScope', {'tal:content': 'string:foo'}),
              ('startTag', ('p', [('tal:content', 'string:foo', 'tal')])),
              ('insertText', ('$string:foo$', [rawtext('bar')])),
              ('endScope', ()),
@@ -487,7 +487,7 @@
               ('i18n:attributes', 'alt', 'i18n')])),
             ('endScope', ()),
             ])
-        
+
 
 def test_suite():
     suite = unittest.TestSuite()