From dd4e6c9c35c9af00c3b6429dcf2bce3d373bc98e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 2 Sep 2010 21:01:15 +0000 Subject: - Patch #877050 by David Stosik, sun: URL filter does not convert a link inside a div. --- modules/filter/filter.test | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'modules') diff --git a/modules/filter/filter.test b/modules/filter/filter.test index 6b80aa35e..88486625c 100644 --- a/modules/filter/filter.test +++ b/modules/filter/filter.test @@ -1273,6 +1273,17 @@ www.example.com with a newline in comments --> 'href="http://www.example.info"' => TRUE, 'href="mailto:person@example.info"' => TRUE, ), + ' +
www.div.com
+ +' => array( + '
www.div.com
' => TRUE, + '
  • http://listitem.com
  • ' => TRUE, + '
  • www.class.listitem.com
  • ' => TRUE, + ), ); $this->assertFilteredString($filter, $tests); -- cgit v1.2.3