]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix an incorrectly passing URL test case and add two a related test case:
authorBrion Vibber <brion@pobox.com>
Fri, 23 Oct 2009 20:50:39 +0000 (13:50 -0700)
committerBrion Vibber <brion@pobox.com>
Fri, 23 Oct 2009 20:50:39 +0000 (13:50 -0700)
commitff4f9d8c7d6d1d5c4a69d75924e4da67a883db44
treec2d2340717bb38308c43f1a9e391fea82b1800f5
parentb89878511f1f30b4e18858940a5468b8999ab7ea
Fix an incorrectly passing URL test case and add two a related test case:
URLs with paths followed by a double-quote character are incorrectly including the quote in the URL. The double-quote character is in fact not a legal URL char and must be URL-escaped; more importantly it just causes oddities when you quote a message ending in a URL -- such as when using the redent-button experimental feature.
tests/URLDetectionTest.php