[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/genshi.txt Another test failure

Wichert Akkerman wichert at wiggy.net
Sun Aug 17 03:55:54 EDT 2008


Log message for revision 89918:
  Another test failure

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-17 04:08:16 UTC (rev 89917)
+++ z3c.pt/trunk/src/z3c/pt/genshi.txt	2008-08-17 07:55:52 UTC (rev 89918)
@@ -266,6 +266,17 @@
       <img alt="Hello La Peña!" />
     </div>
 
+:: Unicode in parameters
+
+  >>> print render_genshi("""\
+  ... <div xmlns="http://www.w3.org/1999/xhtml">
+  ...   <img alt="${alt}" />
+  ... </div>""", alt=u"La Peña")
+  <div xmlns="http://www.w3.org/1999/xhtml">
+    <img alt="La Peña" />
+  </div>
+
+
 :: Variables containing quotes
   >> print render_xhtml("""\
   ... <div xmlns="http://www.w3.org/1999/xhtml">



More information about the Checkins mailing list