On 2015-10-08 06:59, Dominique Pellé wrote: > ... then the regexp rule does not detect all the errors > that the <patttern> rule detected. It does not detect errors > in "foo bar" (2 spaces or more, or tabs) or when there is a > new line as in: > > foo > bar > > How to fix it?
I don't think it should be fixed, as two consecutive spaces it usually an error that should be fixed first. Using \s+ for all spaces makes the regex very difficult to read. Regards Daniel ------------------------------------------------------------------------------ _______________________________________________ Languagetool-devel mailing list Languagetool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/languagetool-devel