Twiki module cannot parse two forced links in the same paragraph
----------------------------------------------------------------

                 Key: DOXIA-127
                 URL: http://jira.codehaus.org/browse/DOXIA-127
             Project: doxia
          Issue Type: Bug
          Components: Module - Twiki
    Affects Versions: 1.0-alpha-9
            Reporter: Dave Syer


The regex used is too eager so it sucks up two (or more) links on the same 
line, e.g. [[a]] b [[c]] parses as "[[" "a]] b [[c" "]]".  THe fix is 
relatively easy - just use a more specific regx to match for links (forced 
and/or specifc).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to