[ZPT] CVS: Packages/TAL - test_htmltalparser.py:1.13
guido@digicool.com
guido@digicool.com
Wed, 11 Apr 2001 13:53:53 -0400 (EDT)
Update of /cvs-repository/Packages/TAL/test
In directory korak:/tmp/cvs-serv13655/test
Modified Files:
test_htmltalparser.py
Log Message:
Fix tests to always expect double quotes for attributes.
--- Updated File test_htmltalparser.py in package Packages/TAL --
--- test_htmltalparser.py 2001/04/10 02:14:29 1.12
+++ test_htmltalparser.py 2001/04/11 17:53:52 1.13
@@ -106,7 +106,7 @@
('rawtext', '<a b="&><"\'"></a>'),
])
self._run_check("""<a b='\"'>""", [
- ('rawtext', "<a b='\"'></a>"),
+ ('rawtext', '<a b="""></a>'),
])
self._run_check("""<a b='&'>""", [
('rawtext', '<a b="&"></a>'),