]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fix URL linkification test cases for addition of 'title' attribution with long URL...
authorBrion Vibber <brion@pobox.com>
Sun, 27 Sep 2009 00:14:10 +0000 (17:14 -0700)
committerCraig Andrews <candrews@integralblue.com>
Sun, 27 Sep 2009 16:54:38 +0000 (12:54 -0400)
commit3ff8514f5ed8dac381cf24d9de9a25dcfa20af77
tree72cb6521e54c9e6aa1935ec066f7e47f912406ef
parentd3d9913be062c974e3ae721c0cbf5c5ad2cbfce8
Fix URL linkification test cases for addition of 'title' attribution with long URL in f3c8fccc

After removing 103 false positives, this leaves 4 actually broken tests, showing two failure modes for mail links:
* 'mail without mailto' formatting shortcut in common_linkify didn't get the 'title' attribute added with the other URLs
* links including mailto: protocol are being incorrectly expanded to http: protocol in the long URL
tests/URLDetectionTest.php