[Bug 845730] Re: bug patterns need to escape parentheses

2011-09-14 Thread Martin Pitt
Right, all matches in bug patterns are regular expressions, and '(', ')', '+', '?' etc. are magic characters in regexps and thus need to be escaped. As I don't want to restrict the power of regexps there, I'm afraid it needs to stay as it is. ** Summary changed: - Title and OriginalTitle field

[Bug 845730] Re: bug patterns need to escape parentheses

2011-09-14 Thread Brian Murray
My point was that the parens don't need to be escaped if they appear in the OriginalTItle re. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/845730 Title: bug patterns need to escape parentheses To

[Bug 845730] Re: bug patterns need to escape parentheses

2011-09-14 Thread Brian Murray
This is actually because the pattern in () in the OriginalTitle is empty and so because it has no criteria it matches. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/845730 Title: bug patterns need