Raphael Geissert <[EMAIL PROTECTED]> writes:

> I believe there are more chances of false positives on other checks
> other than this one because of English spelling :)

Okay, we can try it.

> cat <<FOO
>  the the Kiten Japanese reference and study aid.  Portions of this library,
> FOO
>
> Around line 83 lintian chomps $_, so if \s is used it would never match the 
> above quoted line (which belongs to the libkiten4 package).

Which is why you wrote (^|\W) in your original regex, right?  I don't see
how changing that to (^|\s) would change that.

-- 
Russ Allbery ([EMAIL PROTECTED])               <http://www.eyrie.org/~eagle/>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to