[Checkins] SVN: Sandbox/malthe/chameleon.core/src/chameleon/core/template.txt Expect attribute in alphabetical order.

Malthe Borch mborch at gmail.com
Mon Nov 24 11:35:59 EST 2008


Log message for revision 93316:
  Expect attribute in alphabetical order.

Changed:
  U   Sandbox/malthe/chameleon.core/src/chameleon/core/template.txt

-=-
Modified: Sandbox/malthe/chameleon.core/src/chameleon/core/template.txt
===================================================================
--- Sandbox/malthe/chameleon.core/src/chameleon/core/template.txt	2008-11-24 16:05:36 UTC (rev 93315)
+++ Sandbox/malthe/chameleon.core/src/chameleon/core/template.txt	2008-11-24 16:35:59 UTC (rev 93316)
@@ -85,14 +85,14 @@
   >>> print Template("""\
   ... <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
   ... <info xmlns:xlink="http://www.w3.org/1999/xlink">
-  ...   <order xlink:type="simple" xlink:href="./status" />
+  ...   <order xlink:href="./status" xlink:type="simple" />
   ...   <xlink:description>
   ...       My order
   ...   </xlink:description>
   ... </info>""", mock_parser)()
   <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
   <info>
-    <order xlink:type="simple" xlink:href="./status" />
+    <order xlink:href="./status" xlink:type="simple" />
     <xlink:description>
        My order
     </xlink:description>



More information about the Checkins mailing list