# HG changeset patch # User Paul Boddie # Date 1303852471 -7200 # Node ID b34a98336537dc1007031558c4d82f0935e2cc63 # Parent afddbe14481f44c74415a148bc879eff2c2359c1 Added support for WikiName avoidance in the verbatim text extraction regular expression. diff -r afddbe14481f -r b34a98336537 EventAggregatorSupport.py --- a/EventAggregatorSupport.py Mon Apr 18 23:43:22 2011 +0200 +++ b/EventAggregatorSupport.py Tue Apr 26 23:14:31 2011 +0200 @@ -73,6 +73,8 @@ ur'|' ur'\[\[Verbatim\((?P.*?)\)\]\]' ur'|' + ur'!(?P.*?)(\s|$)?' + ur'|' ur'`(?P.*?)`' ur'|' ur'{{{(?P.*?)}}}'