[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/genshi.txt Tweak the test so it fails

Wichert Akkerman wichert at wiggy.net
Sun Aug 17 06:21:01 EDT 2008


Log message for revision 89920:
  Tweak the test so it fails

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 08:28:40 UTC (rev 89919)
+++ z3c.pt/trunk/src/z3c/pt/genshi.txt	2008-08-17 10:21:00 UTC (rev 89920)
@@ -266,14 +266,16 @@
       <img alt="Hello La Peña!" />
     </div>
 
-:: Unicode in parameters
+:: Unicode combined with attribute expansion
 
   >>> print render_genshi("""\
   ... <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">
     <img alt="La Peña" />
+    <img alt="La Peña" />
   </div>
 
 



More information about the Checkins mailing list