[ZPT] CVS: Zope/lib/python/TAL/tests - test_htmltalparser.py:1.29
Martijn Pieters
mj@zope.com
Wed, 14 Aug 2002 17:58:55 -0400
Update of /cvs-repository/Zope/lib/python/TAL/tests
In directory cvs.zope.org:/tmp/cvs-serv17881/tests
Modified Files:
test_htmltalparser.py
Log Message:
Clean up indentation and trailing whitespace.
=== Zope/lib/python/TAL/tests/test_htmltalparser.py 1.28 => 1.29 ===
--- Zope/lib/python/TAL/tests/test_htmltalparser.py:1.28 Tue May 14 11:24:09 2002
+++ Zope/lib/python/TAL/tests/test_htmltalparser.py Wed Aug 14 17:58:54 2002
@@ -319,7 +319,7 @@
def check_content_1(self):
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', 3)])),
('insertText', ('$string:foo$', [rawtext('bar')])),
('endScope', ()),
@@ -491,7 +491,7 @@
2*"<p metal:fill-slot='y' />" + "</html>", exc)
self._should_error("<p metal:foobar='x' />", exc)
self._should_error("<p metal:define-macro='x'>", exc)
-
+
def test_suite():
suite = unittest.TestSuite()