changeset 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 ec96500c4dc3
files genshi/tests/path.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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