[Checkins] SVN: z3c.pt/trunk/src/z3c/pt/genshi.txt The current behavior is (for now) the desired; remove this test.

Malthe Borch mborch at gmail.com
Thu Aug 21 10:39:45 EDT 2008


Log message for revision 90070:
  The current behavior is (for now) the desired; remove this test.

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-21 14:36:08 UTC (rev 90069)
+++ z3c.pt/trunk/src/z3c/pt/genshi.txt	2008-08-21 14:39:44 UTC (rev 90070)
@@ -343,23 +343,6 @@
   ];
   </script>
 
-:: Both py:for and ${..} should be ignored in a comment, or both should be
-   handled.
-
-  >>> print render_genshi("""\
-  ... <div xmlns="http://www.w3.org/1999/xhtml"
-  ...       xmlns:py="http://genshi.edgewall.org">
-  ... <!--
-  ... <script type="text/javascript">
-  ...   <py:for each="i in range(10)">
-  ...     alert(${i});
-  ...   </py:for>
-  ...  </script>
-  ... -->
-  ...  </div>
-  ...  """) 
-  one two
-
 :: Strange looping behaviour
 
   >>> brands=[dict(id=1, title="One"),



More information about the Checkins mailing list