[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/genshi.txt Make this test pass.

Chris McDonough chrism at plope.com
Mon Aug 18 04:05:05 EDT 2008


Log message for revision 89958:
  Make this test pass.
  

Changed:
  U   z3c.pt/trunk/src/z3c/pt/genshi.txt

-=-
Modified: z3c.pt/trunk/src/z3c/pt/genshi.txt
===================================================================
--- z3c.pt/trunk/src/z3c/pt/genshi.txt	2008-08-18 07:55:13 UTC (rev 89957)
+++ z3c.pt/trunk/src/z3c/pt/genshi.txt	2008-08-18 08:05:04 UTC (rev 89958)
@@ -272,8 +272,8 @@
   ... <div xmlns="http://www.w3.org/1999/xhtml">
   ...   <img alt="La Peña" />
   ...   <img alt="${alt}" />
-  ... </div>""", alt=u"La Peña")
-  <div xmlns="http://www.w3.org/1999/xhtml">
+  ... </div>""", alt=unicode("La Pe\xc3\xb1a", 'utf-8'))
+  <div>
     <img alt="La Peña" />
     <img alt="La Peña" />
   </div>



More information about the Checkins mailing list