From 65d6566b2ac5ca23c87179e24fa9bd4c14173ea4 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 29 Nov 2007 20:58:03 +0000 Subject: Added support for images inside links and updated tests. Fixes [1458136]. 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. --- tests/misc/uche.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'tests/misc/uche.html') diff --git a/tests/misc/uche.html b/tests/misc/uche.html index e6c725b..f438f3d 100644 --- a/tests/misc/uche.html +++ b/tests/misc/uche.html @@ -1,10 +1,7 @@ -

asif

-

[](http://fourthought.com/) +

-

[text](http://link.com/) -

- - +

text +

\ No newline at end of file -- cgit v1.2.3