]> git.sesse.net Git - xml-template/blobdiff - python/attribute-empty.py
Add most of the remaining php5-swig tests. Most succeed, but not all.
[xml-template] / python / attribute-empty.py
index 210bc0e7041d0baf2357c670f6d540c2a408a50a..fed55b5f6513e0fa498749c1491f38738bf4cf66 100644 (file)
@@ -3,7 +3,6 @@ import xmltemplate
 
 doc = xmltemplate.process_file("../xml/clone.xml", {
        "color": "blue",
-       "#things": xmltemplate.alternate("li/class", [
-       ], "odd", "even")
+       "#things": []
 });
 print doc.toxml()