Skip to content

Commit

Permalink
[svn r4471] disabled error test that now works in ET 1.3
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
scoder committed Sep 6, 2010
1 parent 5347a88 commit 3b24aa4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions selftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,11 @@ def bad_find():
>>> elem.findall("/tag")
Traceback (most recent call last):
SyntaxError: cannot use absolute path on element
>>> elem.findall("section//")
Traceback (most recent call last):
SyntaxError: invalid path
# this is supported in ET 1.3:
#>>> elem.findall("section//")
#Traceback (most recent call last):
#SyntaxError: invalid path
"""

def parsefile():
Expand Down

0 comments on commit 3b24aa4

Please sign in to comment.