Index: modules/filter/filter.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/filter/filter.test,v
retrieving revision 1.73
diff -u -p -r1.73 filter.test
--- modules/filter/filter.test	2 Sep 2010 15:56:10 -0000	1.73
+++ modules/filter/filter.test	2 Sep 2010 17:52:55 -0000
@@ -1131,7 +1131,10 @@ Absolute URL with trailing question http
 Query string with trailing exclamation www.query.com/index.php?a=!
 Partial URL with 3 trailing www.partial.periods...
 E-mail with 3 trailing exclamations@example.com!!!
-Absolute URL and query string with 2 different punctuation characters (http://www.example.com/q=abc).
+Absolute URL and query string with 2 different punctuation characters (http://www.example.com/?q=abc).
+Partial URL with trailing colon www.partial.com: /Not invented here/.
+E-mail with trailing colon person@example.com: /Not invented here/.
+Absolute URL with trailing colon http://www.partial.com: /Not invented here/.
 ' => array(
         'period <a href="http://www.partial.com">www.partial.com</a>.' => TRUE,
         'comma <a href="mailto:person@example.com">person@example.com</a>,' => TRUE,
@@ -1139,7 +1142,10 @@ Absolute URL and query string with 2 dif
         'exclamation <a href="http://www.query.com/index.php?a=">www.query.com/index.php?a=</a>!' => TRUE,
         'trailing <a href="http://www.partial.periods">www.partial.periods</a>...' => TRUE,
         'trailing <a href="mailto:exclamations@example.com">exclamations@example.com</a>!!!' => TRUE,
-        'characters (<a href="http://www.example.com/q=abc">http://www.example.com/q=abc</a>).' => TRUE,
+        'characters (<a href="http://www.example.com/?q=abc">http://www.example.com/?q=abc</a>).' => TRUE,
+        'colon <a href="http://www.partial.com">www.partial.com</a>:' => TRUE,
+        'colon <a href="mailto:person@example.com">person@example.com</a>:' => TRUE,
+        'colon <a href="http://www.partial.com">http://www.partial.com</a>:' => TRUE,
       ),
       '
 (www.parenthesis.com/dir?a=1&b=2#a)
@@ -1168,7 +1174,7 @@ Not <a href="foo">www.relative.com</a> o
 but <strong>http://www.strong.net</strong> or <em>www.emphasis.info</em>
 ' => array(
         '<a href="foo">www.relative.com</a>' => TRUE,
-        'href="http://www.relative.com"' => FALSE,
+        'http://www.relative.com' => FALSE,
         '<a href="http://absolute.com">www.absolute.com</a>' => TRUE,
         '<strong><a href="http://www.strong.net">http://www.strong.net</a></strong>' => TRUE,
         '<em><a href="http://www.emphasis.info">www.emphasis.info</a></em>' => TRUE,
