aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/image_in_links.html
Commit message (Collapse)AuthorAgeFilesLines
* Added support for images inside links and updated tests. Fixes [1458136].Waylan Limberg2007-11-291-5/+2
| | | | | | | | Note, to accomplish this, a negative lookbehind (for a !) was added to each link regex so they could be run before the image regex. The (fairly new) recursion on the link text then parses the image. Not sure how the negative lookbehind will affect performance.
* Added test casesYuri Takhteyev2007-03-251-0/+5