diff markup/tests/output.py @ 160:d19e8a2c549e trunk

Attribute order in parsed XML is now preserved.
author cmlenz
date Wed, 16 Aug 2006 21:54:49 +0000
parents 3f23fafeef99
children 553866249cb0
line wrap: on
line diff
--- a/markup/tests/output.py
+++ b/markup/tests/output.py
@@ -113,7 +113,7 @@
           <body>
             <button>
               <svg:svg width="600px" height="400px">
-                <svg:polygon points="50,50 50,300 300,300" />
+                <svg:polygon id="triangle" points="50,50 50,300 300,300" />
               </svg:svg>
             </button>
           </body>
Copyright (C) 2012-2017 Edgewall Software