[Zope-dev] [Bug] Zope 2.4CVS: TextIndex.parse2 works from wrong end

Dieter Maurer dieter@handshake.de
Wed, 15 Aug 2001 19:12:25 +0200 (CEST)


Bugs collector seems to be down.
Thus, this email bug report:

PluginIndexes.TextIndex.parse2 works from the wrong end of its input list:

Some test cases that go seriously wrong:

parse2(['a','b','c'], or) -> ['a', or, 'b', 'c']

parse2(['a',or,'b','c',or,'d','e'] -> ['a', or, 'b', or, 'c', or, or, 'd', 'e']



Dieter