From: Waylan L. <wa...@gm...> - 2007-10-30 02:24:46
|
FYI, I've applied this patch and tests in r47. On 10/12/07, Anand <ana...@gm...> wrote: > > On 08-Oct-07, at 9:33 AM, Yuri Takhteyev wrote: > > > I found a fix for this particular > > problem: > > > > replace > > > > + (NOBRACKET + r'(\['+NOBRACKET)*6 > > + (NOBRACKET+ r'\])*'+NOBRACKET)*6 > > > > with: > > > > + (NOBRACKET + r'(\[')*6 > > + (NOBRACKET+ r'\])*')*6 > > > > in the defintion of "BRK". Which as far as my test suite shows does > > not causes any problems (and really shouldn't, since the second > > NOBRACKET was redundant in both cases). > > Thanks Yuri, that solved the problem. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Python-markdown-discuss mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-markdown-discuss > -- ---- Waylan Limberg wa...@gm... |