What steps will reproduce the problem?
{{{
>>> import esmre
>>> i = esmre.Index()
>>> i.enter(r"Ar{1-10}, me harties!", "Hello")
>>> i.query("Arrrr, me harties!")
[]
>>>
}}}
What is the expected output? What do you see instead?
{{{
>>> import esmre
>>> i = esmre.Index()
>>> i.enter(r"Ar{1-10}, me harties!", "Hello")
>>> i.query("Arrrr, me harties!")
['Hello']
>>>
}}}
Original issue reported on code.google.com by whar...@gmail.com on 29 Feb 2008 at 6:57
Original issue reported on code.google.com by
whar...@gmail.com
on 29 Feb 2008 at 6:57Attachments: