[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/translation.txt Added test for 'esoteric' literals (previously not recognized).

Malthe Borch mborch at gmail.com
Tue Sep 2 09:26:46 EDT 2008


Log message for revision 90707:
  Added test for 'esoteric' literals (previously not recognized).

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

-=-
Modified: z3c.pt/trunk/src/z3c/pt/translation.txt
===================================================================
--- z3c.pt/trunk/src/z3c/pt/translation.txt	2008-09-02 13:26:09 UTC (rev 90706)
+++ z3c.pt/trunk/src/z3c/pt/translation.txt	2008-09-02 13:26:45 UTC (rev 90707)
@@ -40,7 +40,7 @@
   ... </div>""")
     <div>
       La Peña
-      <img alt="La Peña" />
+      <img alt="La Pe&ntilde;a" />
     </div>
 
 :: CDATA blocks
@@ -80,9 +80,14 @@
   >>> print render_xhtml("""\
   ... <html xmlns="http://www.w3.org/1999/xhtml">
   ...   Hello &nbsp; World!
+  ...   <a href="localhost" title="Singing &amp; Dancing"
+  ...   >&rarr;</a>
+  ...   <span class="&rarr;" />
   ... </html>""")
     <html>
       Hello &nbsp; World!
+      <a href="localhost" title="Singing &amp; Dancing">&rarr;</a>
+      <span class="&rarr;" />
     </html>
 
 :: Processing instructions output literally



More information about the Checkins mailing list