Mercurial > p > roundup > code
diff test/test_cgi.py @ 5485:b0359a7c5b6d
create input elements with attributes in a defined (sorted) order
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Thu, 02 Aug 2018 20:56:01 +0100 |
| parents | ca8050fa5e78 |
| children | 52cb53eedf77 |
line wrap: on
line diff
--- a/test/test_cgi.py Thu Aug 02 19:56:28 2018 +0100 +++ b/test/test_cgi.py Thu Aug 02 20:56:01 2018 +0100 @@ -801,7 +801,7 @@ <p>deferred</p> <p>admin, anonymous</p> <p></p> - <p><input type="text" name="superseder" value="5000" size="30"></p> + <p><input name="superseder" size="30" type="text" value="5000"></p> </body> </html> """.strip ())
