https://issues.apache.org/ooo/show_bug.cgi?id=118887
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from [email protected] 2012-02-09 08:32:56 UTC --- The expression [:digit:]* matches everywhere even when no digit is in sight. Better use [:digit:]+ so that at least one digit must be found. Anyway, I committed revision 1242235 so that zero-length matches get ignored which is what Writer seems to expect. -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
