LineContains was broken in rev 1.4.2.1 in 1.5B and
in 1.6A when a 'fix' was forward-ported in rev 1.5

The problem is that LineContains will not match 
adjacent lines.  I would suggest the following patch
to both the 1.5 branch and head.

http://apache.org/~keith/line.txt

As an example, if your file contained:
foo1
foo2
foo3
foo4
foo5
, a linecontains of "foo" would only return
foo1
foo3
foo5
with the current code (both 1.5 and 1.6)

Thanks,
Keith


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to