[Checkins] SVN: megrok.chameleon/branches/ulif-z3c.pt-less/src/megrok/chameleon/ As the ``exists(path)`` expression is not supported any more (the appropriate TALES expression is still available), we

Uli Fouquet uli at gnufix.de
Mon Mar 1 20:24:47 EST 2010


Log message for revision 109550:
  As the ``exists(path)`` expression is not supported any more (the appropriate TALES expression is still available), we 
  do not test it anymore.
  
  

Changed:
  U   megrok.chameleon/branches/ulif-z3c.pt-less/src/megrok/chameleon/README.txt
  U   megrok.chameleon/branches/ulif-z3c.pt-less/src/megrok/chameleon/tests/cpt_fixture/app_templates/expressions.cpt

-=-
Modified: megrok.chameleon/branches/ulif-z3c.pt-less/src/megrok/chameleon/README.txt
===================================================================
--- megrok.chameleon/branches/ulif-z3c.pt-less/src/megrok/chameleon/README.txt	2010-03-02 01:22:15 UTC (rev 109549)
+++ megrok.chameleon/branches/ulif-z3c.pt-less/src/megrok/chameleon/README.txt	2010-03-02 01:24:47 UTC (rev 109550)
@@ -331,9 +331,6 @@
         <div tal:condition="exists: food">
           ${food}
         </div>
-        <div tal:condition="exists('food')">
-          ${food}
-        </div>
     <BLANKLINE>
         <!-- We support `not` -->
         <div tal:content="not: food" />
@@ -362,9 +359,6 @@
         <div>
           Yummy Dinoburger
         </div>
-        <div>
-          Yummy Dinoburger
-        </div>
     <BLANKLINE>
         <!-- We support `not` -->
         <div>False</div>

Modified: megrok.chameleon/branches/ulif-z3c.pt-less/src/megrok/chameleon/tests/cpt_fixture/app_templates/expressions.cpt
===================================================================
--- megrok.chameleon/branches/ulif-z3c.pt-less/src/megrok/chameleon/tests/cpt_fixture/app_templates/expressions.cpt	2010-03-02 01:22:15 UTC (rev 109549)
+++ megrok.chameleon/branches/ulif-z3c.pt-less/src/megrok/chameleon/tests/cpt_fixture/app_templates/expressions.cpt	2010-03-02 01:24:47 UTC (rev 109550)
@@ -6,9 +6,6 @@
     <div tal:condition="exists: food">
       ${food}
     </div>
-    <div tal:condition="exists('food')">
-      ${food}
-    </div>
 
     <!-- We support `not` -->
     <div tal:content="not: food" />



More information about the checkins mailing list