Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > e5a5e8e9a27dfd1886c7f370edf8ca6d > files > 3

python-chameleon-1.2.12-4.fc14.src.rpm

Index: Chameleon-1.2.12/src/chameleon/genshi/language.txt
===================================================================
--- Chameleon-1.2.12.orig/src/chameleon/genshi/language.txt
+++ Chameleon-1.2.12/src/chameleon/genshi/language.txt
@@ -599,7 +599,7 @@ validate
   ... </html>""", data=Markup("<em>incorrect<em>"))
   Traceback (most recent call last):
    ...
-  ValidationError: Insertion of u'<em>incorrect<em>' is not allowed.
+  ParseError: mismatched tag: line 1, column 7266
   
   >>> config.VALIDATION = False
   
Index: Chameleon-1.2.12/src/chameleon/zpt/language.txt
===================================================================
--- Chameleon-1.2.12.orig/src/chameleon/zpt/language.txt
+++ Chameleon-1.2.12/src/chameleon/zpt/language.txt
@@ -747,7 +747,7 @@ validate
   ... </html>""", data=Markup("<em>incorrect<em>"))
   Traceback (most recent call last):
    ...
-  ValidationError: Insertion of u'<em>incorrect<em>' is not allowed.
+  ParseError: mismatched tag: line 1, column 7266
 
   >>> config.VALIDATION = False