[Checkins] SVN: Sandbox/malthe/chameleon.genshi/src/chameleon/genshi/language.txt These tags are no longer allowed to be self-closing; updating test case.

Malthe Borch mborch at gmail.com
Tue Nov 18 06:15:47 EST 2008


Log message for revision 93076:
  These tags are no longer allowed to be self-closing; updating test case.

Changed:
  U   Sandbox/malthe/chameleon.genshi/src/chameleon/genshi/language.txt

-=-
Modified: Sandbox/malthe/chameleon.genshi/src/chameleon/genshi/language.txt
===================================================================
--- Sandbox/malthe/chameleon.genshi/src/chameleon/genshi/language.txt	2008-11-18 11:12:23 UTC (rev 93075)
+++ Sandbox/malthe/chameleon.genshi/src/chameleon/genshi/language.txt	2008-11-18 11:15:47 UTC (rev 93076)
@@ -229,10 +229,10 @@
     <div>
       <span>interpolation</span>is convenient!
       <span>abc d</span>
-      <span class="Hello World!" />
-      <span class="my-class itemLast" />
+      <span class="Hello World!"></span>
+      <span class="my-class itemLast"></span>
       <a href="?title=A" class="current">A</a>
-      <span style="position: absolute" class="my-class itemLast" />
+      <span style="position: absolute" class="my-class itemLast"></span>
     </div>
 
   >>> print render("""\



More information about the Checkins mailing list