diff genshi/tests/path.py @ 835:155c499496fe

Added XPath unit test for #271 (was already incorrectly committed in [1043], oops)
author cmlenz
date Tue, 17 Mar 2009 14:36:23 +0000
parents fbcb799ee03b
children 266aa2e347f5
line wrap: on
line diff
--- a/genshi/tests/path.py
+++ b/genshi/tests/path.py
@@ -213,7 +213,7 @@
             input = xml,
             output = '<td>1</td><td>2</td>'
         )
-        xml = XML('''('<ul>
+        xml = XML('''<ul>
             <li>item1
                 <ul><li>subitem11</li></ul>
             </li>
Copyright (C) 2012-2017 Edgewall Software